PreMeeting service interface.
More...
#include <IPreMeetingService.h>
PreMeeting service interface.
Definition at line 63 of file IPreMeetingService.h.
◆ ~IPreMeetingService()
virtual IPreMeetingService::~IPreMeetingService |
( |
| ) |
|
|
inlinevirtual |
◆ DeregisterSink()
Deregister premeeting 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.
◆ GetBYODHelper()
virtual IBYODHelper * IPreMeetingService::GetBYODHelper |
( |
| ) |
|
|
pure virtual |
Get the BYOD helper.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to IBYODHelper. Otherwise the function returns NULL.
◆ GetConnectionState()
Query connection state with Zoom Room.
- 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.
◆ GetContactHelper()
Get the contact helper.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to IContactHelper. Otherwise the function returns NULL.
◆ GetControlSystemHelper()
Get the control system helper.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Returns
- If the function succeeds, the return value is a pointer to IControlSystemHelper. Otherwise the function returns NULL.
◆ IsZoomRoomSupportRestartOS()
virtual ZRCSDKError IPreMeetingService::IsZoomRoomSupportRestartOS |
( |
bool & |
support | ) |
|
|
pure virtual |
Query if ZR support restart OS.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
[out] | support | TRUE indicates ZR supports restart os. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ LogoutZoomRoomDevice()
virtual ZRCSDKError IPreMeetingService::LogoutZoomRoomDevice |
( |
| ) |
|
|
pure virtual |
Logout room and other paired devices.
- Since
- 6.1.0
- Zoom Rooms minimum version
- 6.1.0
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ NotifyZoomRoomsSendProblemReport()
virtual ZRCSDKError IPreMeetingService::NotifyZoomRoomsSendProblemReport |
( |
const std::string & |
subject, |
|
|
const std::string & |
body, |
|
|
LogType |
logType |
|
) |
| |
|
pure virtual |
Notify ZR to send problem report to Zoom.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
subject | Problem report email subject. |
body | Problem report email body. |
logType | Send log type, see LogType enum. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ RegisterSink()
Register premeeting 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.
◆ RestartZoomRoomOS()
virtual ZRCSDKError IPreMeetingService::RestartZoomRoomOS |
( |
| ) |
|
|
pure virtual |
Restart current room displays, scheduling displays and controllers.
- 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.
◆ WakeZoomRoomUp()
virtual ZRCSDKError IPreMeetingService::WakeZoomRoomUp |
( |
| ) |
|
|
pure virtual |
Wake Zoom Room up.
- 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.