| API |
Description |
| Login |
Logs in to the Media Console. |
| GetUserList |
Returns a hash list of all users available in Media Console. |
| AddUser |
Adds a user name to Media Console. |
| DeleteUser |
Deletes a user name from Media Console. |
| DoesUserExist |
Determines if a user name exists in Media Console. |
| GetStreamList |
Returns a hash list of streams (packages) available in Media Console. |
| GetStreamUserAccess |
Returns a hash list of users allowed authenticated access to a stream (package) identified by name. |
| GetStreamUserAccessByID |
Returns a hash list of users allowed authenticated access to a stream (package) identified by stream id. |
| SelectStreamByID |
Selects a stream (package) identified by id to which user authentication are to be added or deleted. |
| AddUserToStreamByID |
Adds a user name to the stream (package) authentication list as selected by
SelectStreamByID. |
| DeleteUserFromStream |
Deletes a user name from the stream (package) authentication list as selected by
SelectStreamByID. |
| GetEncryptedPassword |
Returns the encrypted VitalStream password as entered through an associated authentication URL. |