Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IInvitationMeetingHandler.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface IInvitationMeetingHandler {
7
8
14 String getSenderId();
15
21 String getSenderName();
22
29
36
43
50
57
64
71
77 void setScreenName(String screenName);
78}
Enumeration of common SDK errors.
Handler for processing after the user receives an invitation from another user to join a meeting.
MobileRTCSDKError decline()
Declines the invitation and finally self-destroys.
MobileRTCSDKError accept()
Accepts the invitation, joins the meeting, and finally self-destroys.
String getSenderId()
Gets the inviter's ID.
void setScreenName(String screenName)
Sets the display name in the meeting.
boolean isChannelInvitation()
Determines whether this invitation is from a channel.
MobileRTCSDKError timeOut()
Handles the invitation timeout and finally self-destroys.
long getChannelMemberCount()
Gets the channel member count.
String getChannelName()
Gets the channel name.
String getSenderName()
Gets the inviter's name.
long getMeetingNumber()
Gets the invite meeting number.