|
Zoom Rooms Controller SDK Reference 6.6.0
|
Emergency call info The info about emergency call. More...
#include <IPhoneCallService.h>
Data Fields | |
| EmergencyCallAddress | emergencyCallAddress |
| Emergency call's address. | |
| bool | locationPermissionEnabled = false |
| TRUE indicates the location permission is enable. Otherwise not. | |
| std::vector< std::string > | customEmergencyNumbers |
| The custom emergency numbers. | |
Emergency call info The info about emergency call.
Definition at line 172 of file IPhoneCallService.h.
| std::vector<std::string> EmergencyCall::customEmergencyNumbers |
The custom emergency numbers.
Definition at line 176 of file IPhoneCallService.h.
| EmergencyCallAddress EmergencyCall::emergencyCallAddress |
Emergency call's address.
Definition at line 174 of file IPhoneCallService.h.
| bool EmergencyCall::locationPermissionEnabled = false |
TRUE indicates the location permission is enable. Otherwise not.
Definition at line 175 of file IPhoneCallService.h.