Interface for handling received meeting invitations.
More...
#include <ZoomSDKPresenceHelper.h>
Inherits NSObject.
Interface for handling received meeting invitations.
Definition at line 72 of file ZoomSDKPresenceHelper.h.
◆ accept
Accept the meeting invitation.
- Returns
- If the function succeeds, it returns ZoomSDKError_success. Otherwise, this function returns an error.
References accept.
Referenced by accept.
◆ decline
Decline the meeting invitation.
- Returns
- If the function succeeds, it returns ZoomSDKError_success. Otherwise, this function returns an error.
References decline.
Referenced by decline.
◆ setScreenName:
Sets the display name in meeting.
- Parameters
-
| screenName | The display name in meeting. |
◆ timeout
Mark the meeting invitation as timeout.
- Returns
- If the function succeeds, it returns ZoomSDKError_success. Otherwise, this function returns an error.
References timeout.
Referenced by timeout.
◆ channelMemberCount
| - (unsigned int) channelMemberCount |
|
readnonatomicassign |
◆ channelName
| - (NSString*) channelName |
|
readnonatomiccopy |
◆ isChannelInvitation
| - (BOOL) isChannelInvitation |
|
readnonatomicassign |
◆ meetingNumber
| - (long long) meetingNumber |
|
readnonatomicassign |
◆ senderId
◆ senderName