Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCAlternativeHost Class Reference

It is used to store the information of the alternative host. More...

#include <MobileRTCAuthService.h>

Inherits NSObject.

Instance Methods

(id _Nonnull) - initWithEmailAddress:firstname:lastName:PMI:

Properties

NSString *_Nullable email
NSString *_Nullable firstName
NSString *_Nullable lastName
unsigned long long PMINumber

Detailed Description

It is used to store the information of the alternative host.

Definition at line 258 of file MobileRTCAuthService.h.

Method Documentation

◆ initWithEmailAddress:firstname:lastName:PMI:

- (id _Nonnull) initWithEmailAddress: (NSString *_Nonnull) emailAddress
firstname: (NSString *_Nonnull) firstName
lastName: (NSString *_Nonnull) lastName
PMI: (unsigned long long) PMINumber 

Property Documentation

◆ email

- (NSString* _Nullable) email
readnonatomicretain

Definition at line 259 of file MobileRTCAuthService.h.

◆ firstName

- (NSString* _Nullable) firstName
readnonatomicretain

Definition at line 260 of file MobileRTCAuthService.h.

◆ lastName

- (NSString* _Nullable) lastName
readnonatomicretain

Definition at line 261 of file MobileRTCAuthService.h.

◆ PMINumber

- (unsigned long long) PMINumber
readnonatomicassign

Definition at line 262 of file MobileRTCAuthService.h.