plugNmeet JS SDK - v1.4.1
    Preparing search index...

    Type Alias Room

    type Room = {
        room_info: ActiveRoomInfo;
        participants_info: ParticipantInfo[];
    }
    Index

    Properties

    room_info: ActiveRoomInfo
    participants_info: ParticipantInfo[]