Class ConaxDRMConfiguration

    • Constructor Detail

    • Method Detail

      • getDeviceId

        @NonNull() String getDeviceId()

        The identifier of the Conax Device.

        • This identifier will be added to the OTT Account. This is done every time the video is started to simplify the example, adding the same device twice will not result in any changes.
        • The portal will usually handle adding a device to an account.
        Returns:

        The device identifier. (NonNull)

      • getToken

        @NonNull() String getToken()

        The Conax authorization token.

        • This token will be attached when the license request (custom data) is retrieved.
        • The token is valid for a limited time and can only be used once.
        • Usually this will be a call to the portal that is integrated with Contego.
        Returns:

        The authorization token. (NonNull)