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

    Type Alias GetActiveRoomsInfoRes

    GetActiveRoomsInfoRes: Message<"plugnmeet.GetActiveRoomsInfoRes"> & {
        status: boolean;
        msg: string;
        rooms: ActiveRoomWithParticipant[];
    }

    Type Declaration

    • status: boolean

      from field: bool status = 1;

    • msg: string

      from field: string msg = 2;

    • rooms: ActiveRoomWithParticipant[]

      from field: repeated plugnmeet.ActiveRoomWithParticipant rooms = 3;

    from message plugnmeet.GetActiveRoomsInfoRes