THEOplayer Web SDK
    Preparing search index...

    Interface HespApiEventMap

    The events fired by the HespApi.


    - Note: This API is in an experimental stage and may be subject to breaking changes.
    - Only available with the feature 'hesp'.
    - Only available when an HESP source is playing.

    interface HespApiEventMap {
        golive: Event<"golive">;
        latencyrecoveryseek: Event<"latencyrecoveryseek">;
    }
    Index

    Properties

    golive: Event<"golive">

    Fired when the player enters the HESP live playback mode.

    latencyrecoveryseek: Event<"latencyrecoveryseek">

    Fired when the player seeks back to live to recover from the latency being too high.