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:

  • Type 'W' is for Windows platform

  • Type 'M' is for Mac OS platform

  • Type 'V' is for VidyoRoom HD-200 (Windows platform)

  • Type 'R' is for VidyoRoom HD-100/HD-50 (Windows platform)

  • Type 'L' is for Linux platform

  • Type 'S' is for SL5 platform

  • Type 'U' is for Ubuntu platform

  • Type 'T' is for SL5 64-bit platform

  • Type 'X' is for Ubuntu 64-bit platform

  • Type 'P' is for VidyoPanorama 600

  • Type 'N' is for VidyoPanorama 600 running Windows 64-bit

  • Type 'O' is for VidyoPanorama 600 running Linux

  • Type 'Q' is for VidyoRoom running Windows 32-bit

  • Type 'Y' is for VidyoRoom running Windows 64-bit

  • Type 'Z' is for VidyoRoom running Linux

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