@zoom/rtms
    Preparing search index...

    Interface Metadata

    Metadata information about a participant in a Zoom meeting

    interface Metadata {
        aiInterpreter: AiInterpreter;
        endTs: number;
        startTs: number;
        userId: number;
        userName: string;
    }
    Index

    Properties

    aiInterpreter: AiInterpreter

    AI interpreter metadata (populated when Zoom's AI interpreter is active)

    endTs: number

    Stream end timestamp in milliseconds

    startTs: number

    Stream start timestamp in milliseconds

    userId: number

    The user ID of the Zoom participant

    userName: string

    The display name of the Zoom participant