@zoom/rtms
    Preparing search index...

    Interface SessionInfo

    Information about a Zoom meeting session

    interface SessionInfo {
        isActive: boolean;
        isPaused: boolean;
        sessionId: string;
        statTime: number;
        status: number;
    }
    Index

    Properties

    isActive: boolean

    Whether this session is currently active

    isPaused: boolean

    Whether this session is currently paused

    sessionId: string

    The unique identifier for this session

    statTime: number

    The start time of this session (Unix timestamp)

    status: number

    The current status of this session (SESS_STATUS_*)