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
13 String getSenderId();
14
20 String getSenderName();
21
28
35
42
49
56
63
70
76 void setScreenName(String screenName);
77}
Enumeration of common errors of SDK.
Process after the user receives an invitation from another user to join a meeting.
MobileRTCSDKError decline()
Instance to decline the invitation, decline and finally self-destroy.
MobileRTCSDKError accept()
Instance to accept the invitation, join meeting and finally self-destroy.
String getSenderId()
Get the inviter's ID.
void setScreenName(String screenName)
Set the display name in meeting.
boolean isChannelInvitation()
Determine whether this invitation is from channel.
MobileRTCSDKError timeOut()
Instance the invitation is timeout, timeout and finally self-destroy.
long getChannelMemberCount()
Get the channel member count.
String getChannelName()
Get the channel name.
String getSenderName()
Get the inviter name.
long getMeetingNumber()
Get the invite meeting number.