OmicallSDKController class

An implementation of OmicallsdkPlatform that uses method channels.

Constructors

OmicallSDKController.new()

Properties

audioChangedListener ↔ dynamic Function(List)?
getter/setter pair
callLogListener ↔ dynamic Function(Map)?
getter/setter pair
callQualityListener ↔ dynamic Function(Map)?
getter/setter pair
callStateChangeEvent Stream<OmiAction>
no setter
hashCode int
The hash code for this object.
no setterinherited
holdListener ↔ dynamic Function(bool)?
getter/setter pair
missedCallListener ↔ dynamic Function(Map)?
getter/setter pair
muteListener ↔ dynamic Function(bool)?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakerListener ↔ dynamic Function(bool)?
getter/setter pair
videoListener ↔ dynamic Function(Map)?
getter/setter pair

Methods

action(OmiAction action) Future
dispose() → void
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