3import androidx.annotation.Nullable;
Enumerates the statuses of a phone call.
Invite by phone interface.
int invitePhoneUser(ZoomVideoSDKInvitePhoneUserInfo phoneUserInfo)
Invites the specified user to join the session by call out.
int cancelInviteByPhone()
Cancels the invitation that is being called out by phone.
int inviteByPhone(String countryCode, String phoneNumber, String name)
Invites the specified user to join the session by phone.
boolean isSupportPhoneFeature()
Determines whether the session supports join by phone.
ZoomVideoSDKPhoneStatus getInviteByPhoneStatus()
Gets the status of the invitation by phone.
List< ZoomVideoSDKPhoneSupportCountryInfo > getSupportCountryInfo()
Gets the list of the country information where the session supports to join by telephone.
List< ZoomVideoSDKSessionDialInNumberInfo > getSessionDialInNumbers()
Gets the list of dial-in numbers supported by the session.