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
43
49
55
60 List<ZoomVideoSDKSessionDialInNumberInfo> getSessionDialInNumbers();
61}
Enumerates the statuses of a phone call.
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.