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