Describes the CMCD (Common Media Client Data) configuration for event mode reporting at the player level.

Remarks


- Available since v11.4.0.
- This configuration is set at the player level. For source-level configuration, see CmcdSourceConfiguration.

interface CmcdPlayerConfiguration {
    eventEndpoints?: CmcdEndpointConfiguration[];
    externalSessionId?: string;
    userId?: string;
}

Hierarchy (view full)

Properties

eventEndpoints?: CmcdEndpointConfiguration[]

A list of CMCD endpoints to which events should be sent.

externalSessionId?: string

An external session ID that can be used to identify the current playback session.

userId?: string

A user ID that can be used to identify the user.