@zoom/rtms
    Preparing search index...

    Interface ParticipantInfo

    Information about a participant in a Zoom meeting

    interface ParticipantInfo {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number

    The unique identifier for this participant

    name: string

    The display name of this participant