THEOplayer Web SDK
    Preparing search index...

    Interface ChromecastErrorEvent

    Fired when an error occurs while casting or trying to cast.

    interface ChromecastErrorEvent {
        date: Date;
        error: ChromecastError;
        type: "error";
    }

    Hierarchy (View Summary)

    • Event<"error">
      • ChromecastErrorEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    The error that occurred.

    type: "error"

    The type of the event.