Zoom Meeting SDK for Web
    Preparing search index...

    Function assignUserToBreakoutRoom

    • Assign an unassigned participant to a room (host and co-host only).

      Parameters

      • args: { error?: Function; success?: Function; targetRoomId: string; userId: number }
        • Optionalerror?: Function

          Callback function in the event of an error.

        • Optionalsuccess?: Function

          Callback function on success.

        • targetRoomId: string

          Target room ID. The getBreakoutRooms method returns the breakout room ID (boId).

        • userId: number

          userId user ID.

      Returns void