MethodChannelCoordinator class

Constructors

MethodChannelCoordinator.new()
factory

Properties

audioVideoObserver AudioVideoInterface?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
getter/setter pair
realtimeObserver RealtimeInterface?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoTileObserver VideoTileInterface?
getter/setter pair

Methods

callMethod(String methodName, [dynamic args]) Future<MethodChannelResponse?>
initializeAudioVideoObserver(AudioVideoInterface audioVideoInterface) → void
initializeObservers(MeetingModel meeting) → void
initializeRealtimeObserver(RealtimeInterface realtimeInterface) → void
initializeVideoTileObserver(VideoTileInterface videoTileInterface) → void
methodCallHandler(MethodCall call) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAudioPermissions() Future<bool>
requestVideoPermissions() Future<bool>
sendMessage(MessageSendModel data) Future<bool>
toggleSound(bool off) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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