A handler that processes after the user receives an invitation from another user to join a meeting.
More...
#include <MobileRTCPresenceHelper.h>
Inherits NSObject.
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.
◆ accept
Accepts the invitation, joins the meeting, and finally self-destroys.
- Returns
- If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.
References accept.
Referenced by accept.
◆ decline
Declines the invitation and finally self-destroys.
- Returns
- If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.
References decline.
Referenced by decline.
◆ setScreenName:
| - (void) setScreenName: |
|
(NSString *_Nullable) | screenName |
|
Sets the screen name for joining the meeting.
- Parameters
-
| screenName | The screen name. |
◆ timeout
Lets the invitation time out and finally self-destroys.
- Returns
- If the function succeeds, it returns MobileRTCSDKError_Success. Otherwise, this function returns an error.
References timeout.
Referenced by timeout.
◆ channelMemberCount
| - (unsigned int) channelMemberCount |
|
readnonatomicassign |
◆ channelName
| - (NSString* _Nullable) channelName |
|
readnonatomiccopy |
◆ isChannelInvitation
| - (BOOL) isChannelInvitation |
|
readnonatomicassign |
◆ meetingNumber
| - (long long) meetingNumber |
|
readnonatomicassign |
◆ senderId
| - (NSString* _Nullable) senderId |
|
readnonatomiccopy |
◆ senderName
| - (NSString* _Nullable) senderName |
|
readnonatomiccopy |