Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKPhoneHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import androidx.annotation.Nullable;
4
5import java.util.List;
6
12public interface ZoomVideoSDKPhoneHelper {
18
23 @Nullable
24 List<ZoomVideoSDKPhoneSupportCountryInfo> getSupportCountryInfo();
25
34 @Deprecated
35 int inviteByPhone(String countryCode, String phoneNumber, String name);
36
45
51
57
64 List<ZoomVideoSDKSessionDialInNumberInfo> getSessionDialInNumbers();
65}
Enumerates the statuses of a phone call.
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.