|
Meeting SDK for Android API Reference
|
Handler for processing after the user receives an invitation from another user to join a meeting. More...
Public Member Functions | |
| String | getSenderId () |
| Gets the inviter's ID. | |
| String | getSenderName () |
| Gets the inviter's name. | |
| long | getMeetingNumber () |
| Gets the invite meeting number. | |
| boolean | isChannelInvitation () |
| Determines whether this invitation is from a channel. | |
| String | getChannelName () |
| Gets the channel name. | |
| long | getChannelMemberCount () |
| Gets the channel member count. | |
| MobileRTCSDKError | accept () |
| Accepts the invitation, joins the meeting, and finally self-destroys. | |
| MobileRTCSDKError | decline () |
| Declines the invitation and finally self-destroys. | |
| MobileRTCSDKError | timeOut () |
| Handles the invitation timeout and finally self-destroys. | |
| void | setScreenName (String screenName) |
| Sets the display name in the meeting. | |
Handler for processing 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 | ( | ) |
Accepts the invitation, joins the meeting, and finally self-destroys.
| MobileRTCSDKError us.zoom.sdk.IInvitationMeetingHandler.decline | ( | ) |
Declines the invitation and finally self-destroys.
| long us.zoom.sdk.IInvitationMeetingHandler.getChannelMemberCount | ( | ) |
Gets the channel member count.
| String us.zoom.sdk.IInvitationMeetingHandler.getChannelName | ( | ) |
Gets the channel name.
| long us.zoom.sdk.IInvitationMeetingHandler.getMeetingNumber | ( | ) |
Gets the invite meeting number.
| String us.zoom.sdk.IInvitationMeetingHandler.getSenderId | ( | ) |
Gets the inviter's ID.
| String us.zoom.sdk.IInvitationMeetingHandler.getSenderName | ( | ) |
Gets the inviter's name.
| boolean us.zoom.sdk.IInvitationMeetingHandler.isChannelInvitation | ( | ) |
Determines whether this invitation is from a channel.
| void us.zoom.sdk.IInvitationMeetingHandler.setScreenName | ( | String | screenName | ) |
Sets the display name in the meeting.
| screenName | The display name in the meeting. |
| MobileRTCSDKError us.zoom.sdk.IInvitationMeetingHandler.timeOut | ( | ) |
Handles the invitation timeout and finally self-destroys.