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

Phone contact info. Invalid if each filed is empty. More...

#include <IContactHelper.h>

Data Fields

std::string label
 Label.
 
std::string countryCode
 Country code.
 
std::string phoneNumber
 Phone number.
 

Detailed Description

Phone contact info. Invalid if each filed is empty.

Definition at line 60 of file IContactHelper.h.

Field Documentation

◆ countryCode

std::string PhoneContact::countryCode

Country code.

Definition at line 63 of file IContactHelper.h.

◆ label

std::string PhoneContact::label

Label.

Definition at line 62 of file IContactHelper.h.

◆ phoneNumber

std::string PhoneContact::phoneNumber

Phone number.

Definition at line 64 of file IContactHelper.h.