Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCInvitationMeetingHandler Class 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.
 

Detailed Description

Process after the user receives an invitation from another user to join a meeting.

Definition at line 64 of file MobileRTCPresenceHelper.h.

Method Documentation

◆ accept

- (MobileRTCSDKError) accept

Instance to accept the invitation, join the meeting, and finally self-destruct.

◆ decline

- (MobileRTCSDKError) decline

Instance to decline the invitation, finally self-destruct.

◆ setScreenName:

- (void) setScreenName: (NSString *_Nullable) screenName

Set the screen name for join meeting.

◆ timeout

- (MobileRTCSDKError) timeout

Instance to let the invitation time out, finally self-destruct.

Property Documentation

◆ channelMemberCount

- (unsigned int) channelMemberCount
readnonatomicassign

Channel member count.

Definition at line 94 of file MobileRTCPresenceHelper.h.

◆ channelName

- (NSString* _Nullable) channelName
readnonatomiccopy

Channel name.

Definition at line 89 of file MobileRTCPresenceHelper.h.

◆ isChannelInvitation

- (BOOL) isChannelInvitation
readnonatomicassign

Whether this invitation is from the channel.

Definition at line 84 of file MobileRTCPresenceHelper.h.

◆ meetingNumber

- (long long) meetingNumber
readnonatomicassign

Invite meeting number.

Definition at line 79 of file MobileRTCPresenceHelper.h.

◆ senderId

- (NSString* _Nullable) senderId
readnonatomiccopy

Inviter's ID.

Definition at line 69 of file MobileRTCPresenceHelper.h.

◆ senderName

- (NSString* _Nullable) senderName
readnonatomiccopy

Inviter’s name.

Definition at line 74 of file MobileRTCPresenceHelper.h.