EkoJitsiListener class

Class holding the callback functions for conference events

Constructors

EkoJitsiListener.new({dynamic onConferenceWillJoin({Map? message})?, dynamic onConferenceJoined({Map? message})?, dynamic onConferenceTerminated({Map? message})?, dynamic onPictureInPictureWillEnter({Map? message})?, dynamic onPictureInPictureTerminated({Map? message})?, dynamic onWhiteboardClicked({Map? message})?, dynamic onError(dynamic error)?})

Properties

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
onWhiteboardClicked → 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