Zoom Meeting SDK for Web - Component View
    Preparing search index...

    Interface Room

    interface Room {
        attendeeList: BoRoomAttendee[];
        name: string;
        roomId: string;
    }
    Index

    Properties

    attendeeList: BoRoomAttendee[]

    Participants in the room.

    name: string

    Room name.

    roomId: string

    Room ID.