Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.AccountService Interface 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< AlternativeHostgetCanScheduleForUsersList ()
 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 ()
 

Detailed Description

Account Information Service for current logged-in User.

Definition at line 9 of file AccountService.java.

Member Function Documentation

◆ getAccountEmail()

String us.zoom.sdk.AccountService.getAccountEmail ( )

Get the account email of the current logged-in user.

Returns
User's account email.

◆ getAccountName()

String us.zoom.sdk.AccountService.getAccountName ( )

Get the username of the current logged-in user.

Returns
Username.

◆ getAvailableDialInCountry()

MobileRTCDialInCountry us.zoom.sdk.AccountService.getAvailableDialInCountry ( )

Get all codes of country which allows to call in.

Returns
If the function succeeds, it will return the country codes. Otherwise returns null.

◆ getCanScheduleForUsersList()

List< AlternativeHost > us.zoom.sdk.AccountService.getCanScheduleForUsersList ( )

Get the information of users who have assigned the current logged-in user to schedule a meeting.

Returns
A AlternativeHost list containing user's information.

◆ getDefaultAudioOption()

MeetingItem.AudioType us.zoom.sdk.AccountService.getDefaultAudioOption ( )

Get the default AUDIO TYPE of current logged-in user while scheduling a meeting.

Returns
AUDIO TYPE defined in us.zoom.sdk.MeetingItem.AudioType

◆ getDefaultAutoRecordType()

MeetingItem.AutoRecordType us.zoom.sdk.AccountService.getDefaultAutoRecordType ( )

Get default meeting auto-recording type from user web profile.

Returns
Automatic recording type defined in us.zoom.sdk.MeetingItem.AutoRecordType

◆ getDefaultCanJoinUserSpecifiedDomains()

List< String > us.zoom.sdk.AccountService.getDefaultCanJoinUserSpecifiedDomains ( )

Get the specified domains set on user profile.

Returns
The domains list.

◆ getDefaultThirdPartyAudioInfo()

String us.zoom.sdk.AccountService.getDefaultThirdPartyAudioInfo ( )

Get the current user's own 3rd PARTY AUDIO information while scheduling a meeting.

Returns
The information of the THIRD PARTY AUDIO.

◆ isCloudRecordingSupported()

boolean us.zoom.sdk.AccountService.isCloudRecordingSupported ( )

Query if the CLOUD RECORDING is enabled while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isEnableJoinBeforeHostByDefault()

boolean us.zoom.sdk.AccountService.isEnableJoinBeforeHostByDefault ( )

Query if it is enabled to JOIN BEFORE HOST(JBH) by default while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isHostMeetingInChinaFeatureOn()

boolean us.zoom.sdk.AccountService.isHostMeetingInChinaFeatureOn ( )

Query if HOST MEETING IN CHINA is enabled while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isLocalRecordingSupported()

boolean us.zoom.sdk.AccountService.isLocalRecordingSupported ( )

Query if the LOCAL RECORDING is enabled while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isSignedInUserMeetingOn()

boolean us.zoom.sdk.AccountService.isSignedInUserMeetingOn ( )

Query if ONLY SIGNED-IN USERS CAN JOIN MEETINGS is enabled while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isSpecifiedDomainsCanJoinFeatureOn()

boolean us.zoom.sdk.AccountService.isSpecifiedDomainsCanJoinFeatureOn ( )

Query if users in specified domains can join meeting while scheduling a meeting.

Returns
TRUE means able. Otherwise not.

◆ isTelephonySupported()

boolean us.zoom.sdk.AccountService.isTelephonySupported ( )

Query if the TELEPHONY of current user is enabled while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isThirdPartyAudioSupported()

boolean us.zoom.sdk.AccountService.isThirdPartyAudioSupported ( )

Query if the 3rd PARTY AUDIO of current user is enabled while scheduling a meeting.

Returns
TRUE means enabled. Otherwise not.

◆ isTurnOnAttendeeVideoByDefault()

boolean us.zoom.sdk.AccountService.isTurnOnAttendeeVideoByDefault ( )

Query if the PARTICIPANT'S VIDEO is turned on by default while scheduling a meeting.

Returns
TRUE means turning on the video by default. Otherwise not.

◆ isTurnOnHostVideoByDefault()

boolean us.zoom.sdk.AccountService.isTurnOnHostVideoByDefault ( )

Query if the HOST'S VIDEO is turned on by default while scheduling a meeting.

Returns
TRUE means turning on the video by default. Otherwise not.