THEOplayer Web SDK
    Preparing search index...

    Interface ContentSteeringUpdateEvent

    Fired when the player receives updated service locations from the content steering server.

    interface ContentSteeringUpdateEvent {
        date: Date;
        serviceLocations: string[];
        type: "contentsteeringupdate";
    }

    Hierarchy (View Summary)

    • Event<"contentsteeringupdate">
      • ContentSteeringUpdateEvent
    Index

    Properties

    date: Date

    The creation date of the event.

    serviceLocations: string[]

    The new service locations, as they are received from the content steering server.

    type: "contentsteeringupdate"

    The type of the event.