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