Meeting SDK for Android API Reference
|
Process after the user receives an invitation from another user to join a meeting. More...
Public Member Functions | |
String | getSenderId () |
Get the inviter's ID. | |
String | getSenderName () |
Get the inviter name. | |
long | getMeetingNumber () |
Get the invite meeting number. | |
boolean | isChannelInvitation () |
Determine whether this invitation is from channel. | |
String | getChannelName () |
Get the channel name. | |
long | getChannelMemberCount () |
Get the channel member count. | |
MobileRTCSDKError | accept () |
Instance to accept the invitation, join meeting and finally self-destroy. | |
MobileRTCSDKError | decline () |
Instance to decline the invitation, decline and finally self-destroy. | |
MobileRTCSDKError | timeOut () |
Instance the invitation is timeout, timeout and finally self-destroy. | |
void | setScreenName (String screenName) |
Set the display name in meeting. | |
Process after the user receives an invitation from another user to join a meeting.
Definition at line 6 of file IInvitationMeetingHandler.java.
MobileRTCSDKError us.zoom.sdk.IInvitationMeetingHandler.accept | ( | ) |
Instance to accept the invitation, join meeting and finally self-destroy.
MobileRTCSDKError us.zoom.sdk.IInvitationMeetingHandler.decline | ( | ) |
Instance to decline the invitation, decline and finally self-destroy.
long us.zoom.sdk.IInvitationMeetingHandler.getChannelMemberCount | ( | ) |
Get the channel member count.
String us.zoom.sdk.IInvitationMeetingHandler.getChannelName | ( | ) |
Get the channel name.
long us.zoom.sdk.IInvitationMeetingHandler.getMeetingNumber | ( | ) |
Get the invite meeting number.
String us.zoom.sdk.IInvitationMeetingHandler.getSenderId | ( | ) |
Get the inviter's ID.
String us.zoom.sdk.IInvitationMeetingHandler.getSenderName | ( | ) |
Get the inviter name.
boolean us.zoom.sdk.IInvitationMeetingHandler.isChannelInvitation | ( | ) |
Determine whether this invitation is from channel.
void us.zoom.sdk.IInvitationMeetingHandler.setScreenName | ( | String | screenName | ) |
Set the display name in meeting.
screenName | The display name in meeting. |
MobileRTCSDKError us.zoom.sdk.IInvitationMeetingHandler.timeOut | ( | ) |
Instance the invitation is timeout, timeout and finally self-destroy.