BYOD helper event callback.
More...
#include <IBYODHelper.h>
BYOD helper event callback.
Definition at line 137 of file IBYODHelper.h.
◆ ~IBYODHelperSink()
virtual IBYODHelperSink::~IBYODHelperSink |
( |
| ) |
|
|
inlinevirtual |
◆ OnBYODModeInfoNotification()
virtual void IBYODHelperSink::OnBYODModeInfoNotification |
( |
const BYODModeInfo & |
info | ) |
|
|
pure virtual |
BYOD mode info notification.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnBYODModeResult()
virtual void IBYODHelperSink::OnBYODModeResult |
( |
const BYODModeResult & |
result | ) |
|
|
pure virtual |
Operate BYOD result.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
◆ OnMakeEmergencyCallInBYODModeNotification()
virtual void IBYODHelperSink::OnMakeEmergencyCallInBYODModeNotification |
( |
bool |
succeed | ) |
|
|
pure virtual |
BYOD to emergency call notification. After using this API, zoom room will exit byod mode, then you can make emergency call through calling IPhoneCallService::CallSIP API.
- Since
- 6.0.0
- Zoom Rooms minimum version
- 6.0.0
- Parameters
-
succeed | TRUE indicates make emergency call in BYOD mode successfully. |