JitsiMeetingListener class
JitsiMeetingListener Class holding the callback functions for conference events
Constructors
-
JitsiMeetingListener({dynamic onConferenceWillJoin(Map message)?, dynamic onConferenceJoined(Map message)?, dynamic onConferenceTerminated(Map message)?, dynamic onPictureInPictureTerminated(Map message)?, dynamic onPictureInPictureWillEnter(Map message)?, dynamic onError(dynamic error)?, List<
JitsiGenericListener> ? genericListeners})
Properties
-
genericListeners
→ List<
JitsiGenericListener> ? -
Generic listeners List for allowed listeners on web
(may be for mobile too)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onConferenceJoined → dynamic Function(Map message)?
-
final
- onConferenceTerminated → dynamic Function(Map message)?
-
final
- onConferenceWillJoin → dynamic Function(Map message)?
-
final
- onError → dynamic Function(dynamic error)?
-
final
- onPictureInPictureTerminated → dynamic Function(Map message)?
-
final
- onPictureInPictureWillEnter → dynamic Function(Map message)?
-
final
- 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