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

    Parameters

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

        Callback function in the event of an error.

      • Optional success?: 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