public interface AccountService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountEmail()
Get the account email of the current logged-in user.
|
java.lang.String |
getAccountName()
Get the username of the current logged-in user.
|
MobileRTCDialinCountry |
getAvailableDialInCountry()
Get all codes of country which allows to call in, see
MobileRTCDialinCountry . |
java.util.List<Alternativehost> |
getCanScheduleForUsersList()
Get the information of users who have assigned the current logged-in user to schedule a meeting.
|
MeetingItem.AudioType |
getDefaultAudioOption()
Get the default AUDIO TYPE of current logged-in user while scheduling a meeting.
|
MeetingItem.AutoRecordType |
getDefaultAutoRecordType()
Get default meeting auto-recording type from user web profile.
|
java.util.List<java.lang.String> |
getDefaultCanJoinUserSpecifiedDomains()
Get the specified domains set on user profile.
|
java.lang.String |
getDefaultThirdPartyAudioInfo()
Get the current user's own 3rd PARTY AUDIO information while scheduling a meeting.
|
boolean |
isCloudRecordingSupported()
Query if the CLOUD RECORDING is enabled while scheduling a meeting.
|
boolean |
isEnableJoinBeforeHostByDefault()
Query if it is enabled to JOIN BEFORE HOST(JBH) by default while scheduling a meeting.
|
boolean |
isHostMeetingInChinaFeatureOn()
Query if HOST MEETING IN CHINA is enabled while scheduling a meeting.
|
boolean |
isLocalRecordingSupported()
Query if the LOCAL RECORDING is enabled while scheduling a meeting.
|
boolean |
isSignedInUserMeetingOn()
Query if ONLY SIGNED-IN USERS CAN JOIN MEETINGS is enabled while scheduling a meeting.
|
boolean |
isSpecifiedDomainsCanJoinFeatureOn()
Query if users in specified domains can join meeting while scheduling a meeting.
|
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.
|
boolean |
isTurnOnAttendeeVideoByDefault()
Query if the PARTICIPANT'S VIDEO is turned on by default while scheduling a meeting.
|
boolean |
isTurnOnHostVideoByDefault()
Query if the HOST'S VIDEO is turned on by default while scheduling a meeting.
|
java.lang.String getAccountName()
java.lang.String getAccountEmail()
MeetingItem.AudioType getDefaultAudioOption()
MeetingItem.AudioType
boolean isTelephonySupported()
boolean isThirdPartyAudioSupported()
java.lang.String getDefaultThirdPartyAudioInfo()
boolean isSignedInUserMeetingOn()
java.util.List<Alternativehost> getCanScheduleForUsersList()
Alternativehost
list containing user's information.boolean isLocalRecordingSupported()
boolean isCloudRecordingSupported()
MeetingItem.AutoRecordType getDefaultAutoRecordType()
MeetingItem.AutoRecordType
boolean isHostMeetingInChinaFeatureOn()
boolean isSpecifiedDomainsCanJoinFeatureOn()
java.util.List<java.lang.String> getDefaultCanJoinUserSpecifiedDomains()
boolean isTurnOnHostVideoByDefault()
boolean isTurnOnAttendeeVideoByDefault()
boolean isEnableJoinBeforeHostByDefault()
MobileRTCDialinCountry getAvailableDialInCountry()
MobileRTCDialinCountry
.