ZoomRooms Service Interface.
More...
#include <IZoomRoomsService.h>
ZoomRooms Service Interface.
Definition at line 61 of file IZoomRoomsService.h.
◆ ~IZoomRoomsService()
virtual IZoomRoomsService::~IZoomRoomsService |
( |
| ) |
|
|
inlinevirtual |
◆ CanRetryToPairLastRoom()
virtual ZRCSDKError IZoomRoomsService::CanRetryToPairLastRoom |
( |
bool & |
canRetryToPair | ) |
|
|
pure virtual |
Query if can retry to pair last room.
- Since
- 6.3.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | canRetryToPair | TRUE indicates can retry to pair last room. Otherwise not. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ DeregisterSink()
Deregister ZoomRooms service callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetLastZoomRoomInfo()
Get last paired Zoom Room's information.
- Since
- 6.2.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | roomInfo | Zoom Room's information. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ GetMeetingService()
Get the meeting service.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to IMeetingService. Otherwise the function returns NULL.
◆ GetPhoneCallService()
Get the phone call service.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to IPhoneCallService. Otherwise the function returns NULL.
◆ GetPreMeetingService()
Get the premeeting service.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to IPreMeetingService. Otherwise the function returns NULL.
◆ GetProAVService()
Get the Pro/AV service.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Returns
- If the function succeeds, the return value is a pointer to IProAVService. Otherwise the function returns NULL.
◆ GetSettingService()
Get the setting service.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to ISettingService. Otherwise the function returns NULL.
◆ PairRoomWithActivationCode()
virtual ZRCSDKError IZoomRoomsService::PairRoomWithActivationCode |
( |
const std::string & |
activationCode | ) |
|
|
pure virtual |
Pair Zoom Room with activation code.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
activationCode | Specify the Zoom Room's activation code. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register ZoomRooms service callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RetryToPairRoom()
virtual ZRCSDKError IZoomRoomsService::RetryToPairRoom |
( |
| ) |
|
|
pure virtual |
Retry to pair room without activation code.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ UnpairRoom()
Unpair SDK with current paired Zoom Room.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.