Package us.zoom.sdk
Interface PhoneHelper.CallInPhoneNumberInfo
- Enclosing interface:
- PhoneHelper
public static interface PhoneHelper.CallInPhoneNumberInfo
Call-in phone number info
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Get the current call-in number's country code.Get the current call-in number’s display number.getID()
Get the current call-in number's country ID.getName()
Get the current call-in number's country name.Get the current call-in number’s telephone number.getType()
Get the call-in number’s call type.
-
Method Details
-
getID
String getID()Get the current call-in number's country ID.- Returns:
- The country ID.
-
getCode
String getCode()Get the current call-in number's country code.- Returns:
- The country code.
-
getName
String getName()Get the current call-in number's country name.- Returns:
- The country name.
-
getNumber
String getNumber()Get the current call-in number’s telephone number.- Returns:
- The telephone number.
-
getDisplayNumber
String getDisplayNumber()Get the current call-in number’s display number.- Returns:
- The display number.
-
getType
PhoneHelper.CallInNumberType getType()Get the call-in number’s call type.- Returns:
- Call type. For more details, see
PhoneHelper.CallInNumberType
-