Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
AccountService.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
8@Deprecated
9public interface AccountService {
14 public String getAccountName();
15
20 public String getAccountEmail();
21
26 public MeetingItem.AudioType getDefaultAudioOption();
27
32 public boolean isTelephonySupported();
33
39
45
50 public boolean isSignedInUserMeetingOn();
51
56 public List<AlternativeHost> getCanScheduleForUsersList();
57
62 public boolean isLocalRecordingSupported();
63
68 public boolean isCloudRecordingSupported();
69
74 public MeetingItem.AutoRecordType getDefaultAutoRecordType();
75
81
87
93
99
105
111
112
118}
Account Information Service for current logged-in User.
MeetingItem.AudioType getDefaultAudioOption()
String getAccountName()
Get the username of the current logged-in user.
boolean isHostMeetingInChinaFeatureOn()
Query if HOST MEETING IN CHINA is enabled while scheduling a meeting.
boolean isCloudRecordingSupported()
Query if the CLOUD RECORDING is enabled while scheduling a meeting.
String getDefaultThirdPartyAudioInfo()
Get the current user's own 3rd PARTY AUDIO information while scheduling a meeting.
boolean isSpecifiedDomainsCanJoinFeatureOn()
Query if users in specified domains can join meeting while scheduling a meeting.
boolean isTurnOnHostVideoByDefault()
Query if the HOST'S VIDEO is turned on by default while scheduling a meeting.
boolean isThirdPartyAudioSupported()
Query if the 3rd PARTY AUDIO of current user is enabled while scheduling a meeting.
boolean isLocalRecordingSupported()
Query if the LOCAL RECORDING is enabled while scheduling a meeting.
List< String > getDefaultCanJoinUserSpecifiedDomains()
Get the specified domains set on user profile.
MeetingItem.AutoRecordType getDefaultAutoRecordType()
Get default meeting auto-recording type from user web profile.
boolean isSignedInUserMeetingOn()
Query if ONLY SIGNED-IN USERS CAN JOIN MEETINGS is enabled while scheduling a meeting.
boolean isTurnOnAttendeeVideoByDefault()
Query if the PARTICIPANT'S VIDEO is turned on by default while scheduling a meeting.
MobileRTCDialInCountry getAvailableDialInCountry()
List< AlternativeHost > getCanScheduleForUsersList()
Get the information of users who have assigned the current logged-in user to schedule a meeting.
boolean isEnableJoinBeforeHostByDefault()
Query if it is enabled to JOIN BEFORE HOST(JBH) by default while scheduling a meeting.
boolean isTelephonySupported()
Query if the TELEPHONY of current user is enabled while scheduling a meeting.