@zoom/rtms
    Preparing search index...

    Interface Metadata

    Metadata information about a participant in a Zoom meeting

    interface Metadata {
        userId: number;
        userName: string;
    }
    Index

    Properties

    Properties

    userId: number

    The user ID of the Zoom participant

    userName: string

    The display name of the Zoom participant