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

    Type Alias CreateBreakoutRoomsReq

    CreateBreakoutRoomsReq: Message<"plugnmeet.CreateBreakoutRoomsReq"> & {
        roomId: string;
        requestedUserId: string;
        duration: string;
        welcomeMsg?: string;
        rooms: BreakoutRoom[];
        whiteboardShare?: WhiteboardShare;
        pollShare?: PollShare;
        shareNotepad: boolean;
        allowReturnToMainRoom: boolean;
        allowSelfSelect: boolean;
    }

    Type Declaration

    • roomId: string

      from field: string room_id = 1;

    • requestedUserId: string

      from field: string requested_user_id = 2;

    • duration: string

      from field: uint64 duration = 3 [jstype = JS_STRING];

    • OptionalwelcomeMsg?: string

      from field: optional string welcome_msg = 4;

    • rooms: BreakoutRoom[]

      from field: repeated plugnmeet.BreakoutRoom rooms = 5;

    • OptionalwhiteboardShare?: WhiteboardShare

      from field: optional plugnmeet.WhiteboardShare whiteboard_share = 6;

    • OptionalpollShare?: PollShare

      from field: optional plugnmeet.PollShare poll_share = 7;

    • shareNotepad: boolean

      from field: bool share_notepad = 8;

    • allowReturnToMainRoom: boolean

      from field: bool allow_return_to_main_room = 9;

    • allowSelfSelect: boolean

      from field: bool allow_self_select = 11;

    from message plugnmeet.CreateBreakoutRoomsReq