MediaSFU Shared
    Preparing search index...

    Interface SessionTimer

    interface SessionTimer {
        elapsed: string;
        presenceCheckPending: boolean;
    }
    Index

    Properties

    elapsed: string

    Elapsed wall time, formatted by the SDK (e.g. "12:04").

    presenceCheckPending: boolean

    True while the server is asking whether you are still there — see getPresenceCheck, which you must answer or be disconnected.