CallLinkEventListeners class abstract

A class that provides a set of callback methods that can be used to listen for Call Link Events in the MirrorFly Flutter Plugin.

Constructors

CallLinkEventListeners()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onError(FlyException error) → void
This listener is triggered whenever the error occurred in the call link subscription.
onLocalVideoTrackAdded(String userJid) → void
This Listener is triggered when the local video track added.
onSubscribeSuccess() → void
This listener is triggered when the call link is Subscribed success.
onUsersUpdated(List<String> users) → void
This Listener is triggered whenever the user list updated.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited