Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKPhoneHelper.java
Go to the documentation of this file.
1 package 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
32 @Nullable
33 List<ZoomVideoSDKPhoneWelcomeMessageInfo> getPhoneWelcomeMessageInfoList();
34
43 @Deprecated
44 int inviteByPhone(String countryCode, String phoneNumber, String name);
45
52
58
64
69 List<ZoomVideoSDKSessionDialInNumberInfo> getSessionDialInNumbers();
70}
Enumerates the statuses of a phone call.
int invitePhoneUser(ZoomVideoSDKInvitePhoneUserInfo phoneUserInfo)
Invites the specified user to join the session by call out.
List< ZoomVideoSDKPhoneWelcomeMessageInfo > getPhoneWelcomeMessageInfoList()
Gets the list of multilingual welcome message information.
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.