BYOD helper interface.
More...
#include <IBYODHelper.h>
BYOD helper interface.
Definition at line 175 of file IBYODHelper.h.
◆ ~IBYODHelper()
virtual IBYODHelper::~IBYODHelper |
( |
| ) |
|
|
inlinevirtual |
◆ ActiveBYODMode()
Active BYOD mode, you can use ZR's camera, speaker, microphone and screen.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
If supportManuallyOperate field in BYODModeInfo struct is true, you can exit BYOD mode by calling ExitBYODMode; otherwise you can only exit BYOD mode by unplugging the personal device.
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ ActiveHDMIShare()
Active HDMI share, you can only share content on ZR's screen. The API can be called to enter HDMI share when BYOD mode status is plugin.
- 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.
◆ DeactivateBYOD()
Deactivate BYOD.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
You can call this API when the BYOD mode status is plugin and you do not want to enter BYOD mode or HDMI share, or when you want to exit BYOD mode and the supportManuallyOperate field in BYODModeInfo struct is true.
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ DeregisterSink()
Deregister BYOD helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
pSink | A pointer to the IBYODHelperSink that receives the BYOD helper callback. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ MakeEmergencyCallInBYODMode()
virtual ZRCSDKError IBYODHelper::MakeEmergencyCallInBYODMode |
( |
| ) |
|
|
pure virtual |
Exit BYOD mode for making emergency call in BYOD mode. Call this API will only exit BYOD mode but not make emergency call.
- 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.
◆ RegisterSink()
Register BYOD helper callback sink.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
pSink | A pointer to the IBYODHelperSink that receives the BYOD helper callback. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetBYODAutoFramingOn()
virtual ZRCSDKError IBYODHelper::SetBYODAutoFramingOn |
( |
bool |
autoFramingOn | ) |
|
|
pure virtual |
Control BYOD auto framing.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
autoFramingOn | TRUE indicates set BYOD auto framing on. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetBYODCameraControl()
Control BYOD camera.
- 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.
◆ SetBYODMicrophoneMuted()
virtual ZRCSDKError IBYODHelper::SetBYODMicrophoneMuted |
( |
bool |
muted | ) |
|
|
pure virtual |
Control BYOD microphone.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
muted | TRUE indicates set BYOD microphone muted. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.
◆ SetBYODSpeakerVolume()
virtual ZRCSDKError IBYODHelper::SetBYODSpeakerVolume |
( |
int32_t |
volume | ) |
|
|
pure virtual |
Control BYOD speaker volume.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
volume | Speaker volume [0 - 100]. |
- Returns
- If the function succeeds, the return value is ZRCSDKERR_SUCCESS. Otherwise failed. To get extended error information, see ZRCSDKError enum.