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

emergency call's address More...

#include <IPhoneCallService.h>

Data Fields

EmergencyAddressType addressType = EmergencyAddressTypeUnknown
 Emergency call address's type.
 
std::string address
 Emergency call address's address.
 

Detailed Description

emergency call's address

Definition at line 164 of file IPhoneCallService.h.

Field Documentation

◆ address

std::string EmergencyCallAddress::address

Emergency call address's address.

Definition at line 167 of file IPhoneCallService.h.

◆ addressType

EmergencyAddressType EmergencyCallAddress::addressType = EmergencyAddressTypeUnknown

Emergency call address's type.

Definition at line 166 of file IPhoneCallService.h.