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.