| Meeting SDK for Android API Reference
    | 
Account Information Service for current logged-in User. More...
| Public Member Functions | |
| String | getAccountName () | 
| Get the username of the current logged-in user. | |
| String | getAccountEmail () | 
| MeetingItem.AudioType | getDefaultAudioOption () | 
| boolean | isTelephonySupported () | 
| Query if the TELEPHONY of current user is enabled while scheduling a meeting. | |
| boolean | isThirdPartyAudioSupported () | 
| Query if the 3rd PARTY AUDIO of current user is enabled while scheduling a meeting. | |
| String | getDefaultThirdPartyAudioInfo () | 
| Get the current user's own 3rd PARTY AUDIO information while scheduling a meeting. | |
| boolean | isSignedInUserMeetingOn () | 
| Query if ONLY SIGNED-IN USERS CAN JOIN MEETINGS is enabled while scheduling a meeting. | |
| List< AlternativeHost > | getCanScheduleForUsersList () | 
| Get the information of users who have assigned the current logged-in user to schedule a meeting. | |
| boolean | isLocalRecordingSupported () | 
| Query if the LOCAL RECORDING is enabled while scheduling a meeting. | |
| boolean | isCloudRecordingSupported () | 
| Query if the CLOUD RECORDING is enabled while scheduling a meeting. | |
| MeetingItem.AutoRecordType | getDefaultAutoRecordType () | 
| Get default meeting auto-recording type from user web profile. | |
| boolean | isHostMeetingInChinaFeatureOn () | 
| Query if HOST MEETING IN CHINA is enabled while scheduling a meeting. | |
| boolean | isSpecifiedDomainsCanJoinFeatureOn () | 
| Query if users in specified domains can join meeting while scheduling a meeting. | |
| List< String > | getDefaultCanJoinUserSpecifiedDomains () | 
| Get the specified domains set on user profile. | |
| boolean | isTurnOnHostVideoByDefault () | 
| Query if the HOST'S VIDEO is turned on by default while scheduling a meeting. | |
| boolean | isTurnOnAttendeeVideoByDefault () | 
| Query if the PARTICIPANT'S VIDEO is turned on by default while scheduling a meeting. | |
| boolean | isEnableJoinBeforeHostByDefault () | 
| Query if it is enabled to JOIN BEFORE HOST(JBH) by default while scheduling a meeting. | |
| MobileRTCDialInCountry | getAvailableDialInCountry () | 
Account Information Service for current logged-in User.
Definition at line 9 of file AccountService.java.
| String us.zoom.sdk.AccountService.getAccountEmail | ( | ) | 
Get the account email of the current logged-in user.
| String us.zoom.sdk.AccountService.getAccountName | ( | ) | 
Get the username of the current logged-in user.
| MobileRTCDialInCountry us.zoom.sdk.AccountService.getAvailableDialInCountry | ( | ) | 
Get all codes of country which allows to call in.
| List< AlternativeHost > us.zoom.sdk.AccountService.getCanScheduleForUsersList | ( | ) | 
Get the information of users who have assigned the current logged-in user to schedule a meeting.
AlternativeHost list containing user's information. | MeetingItem.AudioType us.zoom.sdk.AccountService.getDefaultAudioOption | ( | ) | 
Get the default AUDIO TYPE of current logged-in user while scheduling a meeting.
us.zoom.sdk.MeetingItem.AudioType | MeetingItem.AutoRecordType us.zoom.sdk.AccountService.getDefaultAutoRecordType | ( | ) | 
Get default meeting auto-recording type from user web profile.
us.zoom.sdk.MeetingItem.AutoRecordType | List< String > us.zoom.sdk.AccountService.getDefaultCanJoinUserSpecifiedDomains | ( | ) | 
Get the specified domains set on user profile.
| String us.zoom.sdk.AccountService.getDefaultThirdPartyAudioInfo | ( | ) | 
Get the current user's own 3rd PARTY AUDIO information while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isCloudRecordingSupported | ( | ) | 
Query if the CLOUD RECORDING is enabled while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isEnableJoinBeforeHostByDefault | ( | ) | 
Query if it is enabled to JOIN BEFORE HOST(JBH) by default while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isHostMeetingInChinaFeatureOn | ( | ) | 
Query if HOST MEETING IN CHINA is enabled while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isLocalRecordingSupported | ( | ) | 
Query if the LOCAL RECORDING is enabled while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isSignedInUserMeetingOn | ( | ) | 
Query if ONLY SIGNED-IN USERS CAN JOIN MEETINGS is enabled while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isSpecifiedDomainsCanJoinFeatureOn | ( | ) | 
Query if users in specified domains can join meeting while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isTelephonySupported | ( | ) | 
Query if the TELEPHONY of current user is enabled while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isThirdPartyAudioSupported | ( | ) | 
Query if the 3rd PARTY AUDIO of current user is enabled while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isTurnOnAttendeeVideoByDefault | ( | ) | 
Query if the PARTICIPANT'S VIDEO is turned on by default while scheduling a meeting.
| boolean us.zoom.sdk.AccountService.isTurnOnHostVideoByDefault | ( | ) | 
Query if the HOST'S VIDEO is turned on by default while scheduling a meeting.