CallChannel class
Invoke methods from underlying SDK's objects
- Inheritance
-
- Object
- PlatformInterface
- CallPlatform
- CallChannel
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
Channel to invoke call's methods
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept(
{required String callsId}) → Future< void> -
Accept call with
callsIdoverride -
addToConference(
{required String callId}) → Future< void> -
Add
callIdto current conferenceoverride -
createConference(
{required String callId, required String otherCallId}) → Future< void> -
Create conference with
callIdandotherCallIdoverride -
getStatistics(
{required String callId}) → Future< CallStatistics?> -
Get call statistics
override
-
hold(
{required String callsId}) → Future< void> -
Hold call with
callsIdoverride -
mute(
{required String callId}) → Future< void> -
Disable microphone in call with
callIdoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFromConference(
{required String callId}) → Future< void> -
Remove
callIdfrom current conferenceoverride -
resume(
{required String callsId}) → Future< void> -
Resume call with
callsIdoverride -
sendDtmf(
{required String sequence, required String callId}) → Future< void> -
Send
sequenceof DTMF digits to call withcallIdoverride -
terminate(
{required String callsId}) → Future< void> -
Terminate call with
callsIdoverride -
toString(
) → String -
A string representation of this object.
inherited
-
transfer(
{required String callsId, required String targetNumber}) → Future< void> -
Transfer call with
callsIdto call withtargetNumberoverride -
unMute(
{required String callId}) → Future< void> -
Enable microphone in call with
callIdoverride
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited