• Get the current breakout room.

    Parameters

    • args: {
          error?: Function;
          success?: Function;
      }
      • Optional error?: Function

        Callback function in the event of an error.

      • Optional success?: Function

        Callback function on success.

    Returns {
        attendeeStatus: BreakoutRoomAttendeeStatus;
        name: string;
        roomId: string;
    }