ConferenceListManager class
Constructors
- ConferenceListManager()
-
factory
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
-
addAttendeesByAdmin(
String roomId, List< String> userIdList) → Future<TUIActionCallback> -
addObserver(
TUIConferenceListManagerObserver observer) → void -
cancelConference(
String roomId) → Future< TUIActionCallback> -
fetchAttendeeList(
String roomId, String cursor, int count) → Future< TUIValueCallBack< TUIScheduledAttendeesResult> > -
fetchScheduledConferenceList(
List< TUIConferenceStatus> status, String cursor, int count) → Future<TUIValueCallBack< TUIScheduledConferenceListResult> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAttendeesByAdmin(
String roomId, List< String> userIdList) → Future<TUIActionCallback> -
removeObserver(
TUIConferenceListManagerObserver observer) → void -
scheduleConference(
TUIConferenceInfo conferenceInfo) → Future< TUIActionCallback> -
toString(
) → String -
A string representation of this object.
inherited
-
updateConferenceInfo(
String roomId, {String? roomName, int? scheduleStartTime, int? scheduleEndTime}) → Future< TUIActionCallback>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited