plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias ActiveRoomInfoRes

    ActiveRoomInfoRes: Message<"plugnmeet.ActiveRoomInfoRes"> & {
        status: boolean;
        msg: string;
        roomInfo?: ActiveRoomInfo;
        participantsInfo: ParticipantInfo[];
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • OptionalroomInfo?: ActiveRoomInfo

      from field: optional plugnmeet.ActiveRoomInfo room_info = 3;

    • participantsInfo: ParticipantInfo[]

      from field: repeated livekit.ParticipantInfo participants_info = 4;

    from message plugnmeet.ActiveRoomInfoRes