Meeting SDK for iOS API Reference
|
Process after the user receives an invitation from another user to join a meeting. More...
#include <MobileRTCPresenceHelper.h>
Inherits NSObject.
Instance Methods | |
(void) | - setScreenName: |
Set the screen name for join meeting. | |
(MobileRTCSDKError) | - accept |
Instance to accept the invitation, join the meeting, and finally self-destruct. | |
(MobileRTCSDKError) | - decline |
Instance to decline the invitation, finally self-destruct. | |
(MobileRTCSDKError) | - timeout |
Instance to let the invitation time out, finally self-destruct. | |
Properties | |
NSString *_Nullable | senderId |
Inviter's ID. | |
NSString *_Nullable | senderName |
Inviter’s name. | |
long long | meetingNumber |
Invite meeting number. | |
BOOL | isChannelInvitation |
Whether this invitation is from the channel. | |
NSString *_Nullable | channelName |
Channel name. | |
unsigned int | channelMemberCount |
Channel member count. | |
Process after the user receives an invitation from another user to join a meeting.
Definition at line 64 of file MobileRTCPresenceHelper.h.
- (MobileRTCSDKError) accept |
Instance to accept the invitation, join the meeting, and finally self-destruct.
- (MobileRTCSDKError) decline |
Instance to decline the invitation, finally self-destruct.
- (void) setScreenName: | (NSString *_Nullable) | screenName |
Set the screen name for join meeting.
- (MobileRTCSDKError) timeout |
Instance to let the invitation time out, finally self-destruct.
|
readnonatomicassign |
Channel member count.
Definition at line 94 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Channel name.
Definition at line 89 of file MobileRTCPresenceHelper.h.
|
readnonatomicassign |
Whether this invitation is from the channel.
Definition at line 84 of file MobileRTCPresenceHelper.h.
|
readnonatomicassign |
Invite meeting number.
Definition at line 79 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Inviter's ID.
Definition at line 69 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
Inviter’s name.
Definition at line 74 of file MobileRTCPresenceHelper.h.