Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
EmergencyCall Struct Reference

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.
 

Detailed Description

Emergency call info The info about emergency call.

Definition at line 172 of file IPhoneCallService.h.

Field Documentation

◆ customEmergencyNumbers

std::vector<std::string> EmergencyCall::customEmergencyNumbers

The custom emergency numbers.

Definition at line 176 of file IPhoneCallService.h.

◆ emergencyCallAddress

EmergencyCallAddress EmergencyCall::emergencyCallAddress

Emergency call's address.

Definition at line 174 of file IPhoneCallService.h.

◆ locationPermissionEnabled

bool EmergencyCall::locationPermissionEnabled = false

TRUE indicates the location permission is enable. Otherwise not.

Definition at line 175 of file IPhoneCallService.h.