Call class

Constructors

Call(MethodChannel _channel)

Properties

activeCall ActiveCall?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

answer() Future<bool?>
Answers incoming call
getSid() Future<String?>
Gets the active call's SID. This will be null until the first Ringing event occurs
hangUp() Future<bool?>
Hangs active call
holdCall() Future<bool?>
Holds active call
isOnCall() Future<bool>
Checks if there is an ongoing call
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
place({required String from, required String to, Map<String, dynamic>? extraOptions}) Future<bool?>
Places new call
sendDigits(String digits) Future<bool?>
Switches Audio Device
toggleMute(bool isMuted) Future<bool?>
Toogles mute state to provided value
toggleSpeaker(bool speakerIsOn) Future<bool?>
Toogles speaker state to provided value
toString() String
A string representation of this object.
inherited

Operators

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