TUIConferenceListManagerImpl class
- Inheritance
 - 
    
- Object
 - TUIConferenceListManager
 - TUIConferenceListManagerImpl
 
 
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
- 
  addAttendeesByAdmin(
String roomId, List< String> userIdList) → Future<TUIActionCallback>  - 
  Add attendees to the attendee list.
  override
 - 
  addObserver(
TUIConferenceListManagerObserver observer) → void  - 
  Add event callback.
  override
 - 
  cancelConference(
String roomId) → Future< TUIActionCallback>  - 
  Cancel a scheduled conference.
  override
 - 
  fetchAttendeeList(
String roomId, String cursor, int count) → Future< TUIValueCallBack< TUIScheduledAttendeesResult> > - 
  Fetch a list of attendees invited to the scheduled conference.
  override
 - 
  fetchScheduledConferenceList(
List< TUIConferenceStatus> status, String cursor, int count) → Future<TUIValueCallBack< TUIScheduledConferenceListResult> > - 
  Fetch a list of scheduled conference.
  override
 - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  removeAttendeesByAdmin(
String roomId, List< String> userIdList) → Future<TUIActionCallback>  - 
  Remove attendees from the attendee list.
  override
 - 
  removeObserver(
TUIConferenceListManagerObserver observer) → void  - 
  Remove event callback.
  override
 - 
  scheduleConference(
TUIConferenceInfo conferenceInfo) → Future< TUIActionCallback>  - 
  Schedule a conference.
  override
 - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 - 
  updateConferenceInfo(
String roomId, {String? roomName, int? scheduleStartTime, int? scheduleEndTime}) → Future< TUIActionCallback>  - 
  Update scheduled conference information.
  override
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited