Interface VideoJSEvents

The interface you get when calling getIVSEvents on the Amazon IVS Video.js tech. This holds the events and errors that are emitted from the Amazon IVS player.

interface VideoJSEvents {
    ErrorType: typeof ErrorType;
    PlayerEventType: typeof PlayerEventType;
    PlayerState: typeof PlayerState;
}

Properties

ErrorType: typeof ErrorType

A reference to the ErrorType enumeration.

PlayerEventType: typeof PlayerEventType

A reference to the PlayerEventType enumeration.

PlayerState: typeof PlayerState

A reference to the PlayerState enumeration.