@zoom/rtms
    Preparing search index...

    Interface EventParticipantInfo

    Participant info for event callbacks

    interface EventParticipantInfo {
        userId: number;
        userName?: string;
    }
    Index

    Properties

    Properties

    userId: number
    userName?: string