ConferenceObserver class
Callback listener for conference state changes.
Constructors
- ConferenceObserver({dynamic onConferenceStarted(String conferenceId, ConferenceError error)?, dynamic onConferenceJoined(String conferenceId, ConferenceError error)?, dynamic onConferenceFinished(String conferenceId)?, dynamic onConferenceExited(String conferenceId)?})
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- onConferenceExited ↔ dynamic Function(String conferenceId)?
- 
  Callback function that is called when the user exits the conference.
  getter/setter pair
- onConferenceFinished ↔ dynamic Function(String conferenceId)?
- 
  Callback function that is called when the conference finishes.
  getter/setter pair
- onConferenceJoined ↔ dynamic Function(String conferenceId, ConferenceError error)?
- 
  Callback function that is called when the user joins the conference.
  getter/setter pair
- onConferenceStarted ↔ dynamic Function(String conferenceId, ConferenceError error)?
- 
  Callback function that is called when the conference starts.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited