ZoomVideoSdkPhoneHelper class

Invite by phone interface

Inheritance
  • Object
  • PlatformInterface
  • ZoomVideoSdkPhoneHelper

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelInviteByPhone() Future<String>
Cancel the invitation that is being called out by phone.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
getInviteByPhoneStatus() Future<String>
Get the status of the invitation by phone.
If the function succeeds, the method returns the PhoneStatus of the invitation by phone.
getSessionDialInNumbers() Future<List<ZoomVideoSdkSessionDialInNumberInfo>?>
Get the list of dial in numbers supported by session.
If the function succeeds, the return value is the list of the call-in numbers. Otherwise failed.
getSupportCountryInfo() Future<List<ZoomVideoSdkSupportCountryInfo>>
Get the list of the country information where the session supports to join by telephone.
Return List of the country information returns if the session supports to join by telephone. Otherwise NULL.
inviteByPhone(String countryCode, String phoneNumber, String name) Future<String>
Invite the specified user to join the session by phone.
countryCode The country code of the specified user must be in the support list.
phoneNumber The phone number of specified user.
name The screen name of the specified user in the session.
Return ZoomVideoSDKError_Success if the function succeeds. Otherwise, this function returns an error.
isSupportPhoneFeature() Future<bool>
Determine if the session supports join by phone or not.
Return true indicates join by phone is supported, otherwise false.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited