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

    Type Alias MoveBreakoutRoomUserReq

    MoveBreakoutRoomUserReq: Message<"plugnmeet.MoveBreakoutRoomUserReq"> & {
        breakoutRoomId: string;
        userId: string;
        roomId: string;
    }

    Type Declaration

    • breakoutRoomId: string

      target breakout room; empty means move to the main room

      from field: string breakout_room_id = 1;

    • userId: string

      from field: string user_id = 2;

    • roomId: string

      from field: string room_id = 3;

    from message plugnmeet.MoveBreakoutRoomUserReq