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