iOS API
|
It is used to store the profile information of logged-in user. More...
#import <MobileRTCAuthService.h>
Instance Methods | |
(nullable NSString *) | - getEmailAddress |
Get the working email address. More... | |
(nullable NSString *) | - getUserName |
Get the username of a logged in account. [Login User Only]. More... | |
(nullable NSString *) | - getPMIVanityURL |
Get PMI Vanity URL from user profile information. More... | |
(BOOL) | - isTelephoneOnlySupported |
Check if Audio Type(Telephone Only) is supported while scheduling a meeting. More... | |
(BOOL) | - isTelephoneAndVoipSupported |
Check if Audio Type(Telephone And VoIP) is supported while scheduling a meeting. More... | |
(BOOL) | - is3rdPartyAudioSupported |
Check if Audio Type (3rdParty Audio) is supported while scheduling a meeting. More... | |
(nullable NSString *) | - get3rdPartyAudioInfo |
Get the 3rd Party Audio Info from user profile. More... | |
(MobileRTCMeetingItemAudioType) | - getDefaultAudioInfo |
Get the default Audio Type from user profile. More... | |
(BOOL) | - onlyAllowSignedInUserJoinMeeting |
Check if only signed-in user can join the meeting while scheduling a meeting. More... | |
(nullable NSArray *) | - getCanScheduleForUsersList |
Get alternative host list from user profile information. More... | |
(BOOL) | - isLocalRecordingSupported |
Check if local recording is supported while scheduling a meeting. More... | |
(BOOL) | - isCloudRecordingSupported |
Check if cloud recording is supported while scheduling a meeting. More... | |
(MobileRTCMeetingItemRecordType) | - getDefaultAutoRecordType |
Get the default Meeting Auto Recording Types from user profile. More... | |
(BOOL) | - isSpecifiedDomainCanJoinFeatureOn |
Check if only user in specified domain can join the meeting while scheduling a meeting. More... | |
(nullable NSArray *) | - getDefaultCanJoinUserSpecifiedDomains |
Get specified domain from user profile. More... | |
It is used to store the profile information of logged-in user.
- (nullable NSString *) get3rdPartyAudioInfo |
Get the 3rd Party Audio Info from user profile.
- (nullable NSArray*) getCanScheduleForUsersList |
Get alternative host list from user profile information.
- (MobileRTCMeetingItemAudioType) getDefaultAudioInfo |
Get the default Audio Type from user profile.
- (MobileRTCMeetingItemRecordType) getDefaultAutoRecordType |
Get the default Meeting Auto Recording Types from user profile.
- (nullable NSArray *) getDefaultCanJoinUserSpecifiedDomains |
Get specified domain from user profile.
- (nullable NSString*) getEmailAddress |
Get the working email address.
- (nullable NSString *) getPMIVanityURL |
Get PMI Vanity URL from user profile information.
- (nullable NSString*) getUserName |
Get the username of a logged in account. [Login User Only].
- (BOOL) is3rdPartyAudioSupported |
Check if Audio Type (3rdParty Audio) is supported while scheduling a meeting.
- (BOOL) isCloudRecordingSupported |
Check if cloud recording is supported while scheduling a meeting.
- (BOOL) isLocalRecordingSupported |
Check if local recording is supported while scheduling a meeting.
- (BOOL) isSpecifiedDomainCanJoinFeatureOn |
Check if only user in specified domain can join the meeting while scheduling a meeting.
- (BOOL) isTelephoneAndVoipSupported |
Check if Audio Type(Telephone And VoIP) is supported while scheduling a meeting.
- (BOOL) isTelephoneOnlySupported |
Check if Audio Type(Telephone Only) is supported while scheduling a meeting.
- (BOOL) onlyAllowSignedInUserJoinMeeting |
Check if only signed-in user can join the meeting while scheduling a meeting.