Annoto Widget API - v3.65.0
    Preparing search index...

    Interface IPlayerPauseTriggers

    interface IPlayerPauseTriggers {
        authPrompt?: boolean;
        comment?: boolean;
        note?: boolean;
        openOnPhone?: boolean;
    }
    Index

    Properties

    authPrompt?: boolean

    Pause when user is prompted to login/signup

    true
    
    comment?: boolean

    Pause when user starts to comment

    true
    
    note?: boolean

    Pause when user starts to add new note

    true
    
    openOnPhone?: boolean

    On mobile when widget is open it overlays the player. Pause when widget is open on mobile devices, so the video is not played in the background.

    when opening in interactive mode (kuku/mini widget that do not overlay all the video), the player will not be paused.

    true