|
Meeting SDK for iOS API Reference
|
A handler that processes after the user receives an invitation from another user to join a meeting. More...
#include <MobileRTCPresenceHelper.h>
Inherits NSObject.
Instance Methods | |
| (void) | - setScreenName: |
| Sets the screen name for joining the meeting. | |
| (MobileRTCSDKError) | - accept |
| Accepts the invitation, joins the meeting, and finally self-destroys. | |
| (MobileRTCSDKError) | - decline |
| Declines the invitation and finally self-destroys. | |
| (MobileRTCSDKError) | - timeout |
| Lets the invitation time out and finally self-destroys. | |
Properties | |
| NSString *_Nullable | senderId |
| The inviter's ID. | |
| NSString *_Nullable | senderName |
| The inviter's name. | |
| long long | meetingNumber |
| The invite meeting number. | |
| BOOL | isChannelInvitation |
| Indicates whether this invitation is from the channel. | |
| NSString *_Nullable | channelName |
| The channel name. | |
| unsigned int | channelMemberCount |
| The channel member count. | |
A handler that processes after the user receives an invitation from another user to join a meeting.
Definition at line 71 of file MobileRTCPresenceHelper.h.
| - (MobileRTCSDKError) accept |
Accepts the invitation, joins the meeting, and finally self-destroys.
| - (MobileRTCSDKError) decline |
Declines the invitation and finally self-destroys.
| - (void) setScreenName: | (NSString *_Nullable) | screenName |
Sets the screen name for joining the meeting.
| screenName | The screen name. |
| - (MobileRTCSDKError) timeout |
Lets the invitation time out and finally self-destroys.
|
readnonatomicassign |
The channel member count.
Definition at line 101 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
The channel name.
Definition at line 96 of file MobileRTCPresenceHelper.h.
|
readnonatomicassign |
Indicates whether this invitation is from the channel.
Definition at line 91 of file MobileRTCPresenceHelper.h.
|
readnonatomicassign |
The invite meeting number.
Definition at line 86 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
The inviter's ID.
Definition at line 76 of file MobileRTCPresenceHelper.h.
|
readnonatomiccopy |
The inviter's name.
Definition at line 81 of file MobileRTCPresenceHelper.h.