TUIConferenceInvitationManager class abstract
Abstract class for managing conference invitation operations.
This class provides APIs for inviting users, cancelling invitations, accepting/rejecting invitations, and fetching invitation lists.
Instances of this class should be obtained via
TUIRoomEngine.sharedInstance().getExtension(TUIExtensionType.conferenceInvitationManager).
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept(
String roomId) → Future< TUIActionCallback> - Accept invitation.
-
addObserver(
TUIConferenceInvitationObserver observer) → void - Add event callback.
-
cancelInvitation(
String roomId, List< String> userIdList) → Future<TUIActionCallback> - Cancel invitation.
-
getInvitationList(
String roomId, String cursor, int count) → Future< TUIValueCallBack< TUIInvitationListResult> > - Get invitation list.
-
inviteUsers(
String roomId, List< String> userIdList, int timeout, String extensionInfo) → Future<TUIValueCallBack< TUIInviteUsersResult> > - Invite users to the conference.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reject(
String roomId, TUIInvitationRejectedReason reason) → Future< TUIActionCallback> - Reject invitation.
-
removeObserver(
TUIConferenceInvitationObserver observer) → void - Remove event callback.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited