THEOplayer Web SDK
    Preparing search index...

    Interface IntentToFallbackEvent

    Fired when the player cannot play the current primary publication and would like to fallback. If a fallback has been configured it will fallback, otherwise only the event is fired.

    interface IntentToFallbackEvent {
        date: Date;
        type: "intenttofallback";
    }

    Hierarchy (View Summary)

    • Event<"intenttofallback">
      • IntentToFallbackEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    type: "intenttofallback"

    The type of the event.