8. Web Services License API
This chapter describes the Web Services License API.
VidyoPortal License Service URL:
http://VIDYOPORTAL/services/VidyoPortalLicenseService?wsdl
getClientVersion
Returns the version of the active client endpoint uploaded for a Tenant, which may be a CDN URL or VidyoPortal URL. There can be multiple versions uploaded but only one version can be active for a given client type. If there is no active client, the response parameters come back empty.
This method can use the following parameters:
Request parameter(s)
Name | Type | Description | Required |
ClientType | String |
Specifies the type of client being requested:
|
Yes |
Response parameter(s)
Name | Type | Description | Required |
CurrentTag | String | Specifies the tag of the endpoint version | Yes |
InstallerURL | String | Specifies the CDN or VidyoPortal URL where the endpoint can be downloaded from | Yes |
Fault(s)
Name | Description |
InvalidArgumentFault | Invalid Argument Fault or in case that the conferenceID or entityID doesn't exist |
GeneralFault | An unspecified error occurred |