THEOplayer Web SDK Connectors
    Preparing search index...

    Class ConvivaConnector

    Index

    Constructors

    Methods

    • Optionally connects the ConvivaConnector to the YospaceConnector to report SSAI.

      Parameters

      • connector: YospaceConnector

        the YospaceConnector

      Returns void

    • Stops video and ad analytics and closes all sessions.

      Returns void

    • Reports a custom event to the current Conviva session.

      Parameters

      • eventType: string

        the type of the custom event.

      • OptionaleventDetail: object

        an optional object containing event details.

      Returns void

    • Reports an error to the Conviva session and closes the session.

      Parameters

      • errorMessage: string

        string explaining what the error is.

      Returns void

    • Sets Conviva metadata on the Conviva ad analytics.

      Parameters

      • metadata: ConvivaMetadata

        object of key value pairs

      Returns void

    • Sets Conviva metadata on the Conviva video analytics. Use this method to set source specific metadata after setting a source to the player.

      Parameters

      • metadata: ConvivaMetadata

        object of key value pairs

      Returns void

    • Explicitly stop the current session and start a new one.

      This can be used to manually mark the start of a new session during a live stream, for example when a new program starts. By default, new sessions are only started on play-out of a new source, or for an ad break.

      Parameters

      • metadata: ConvivaMetadata

        object of key value pairs.

      Returns void