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
callsId
override -
addToConference(
{required String callId}) → Future< void> -
Add
callId
to current conferenceoverride -
createConference(
{required String callId, required String otherCallId}) → Future< void> -
Create conference with
callId
andotherCallId
override -
getStatistics(
{required String callId}) → Future< CallStatistics?> -
Get call statistics
override
-
hold(
{required String callsId}) → Future< void> -
Hold call with
callsId
override -
mute(
{required String callId}) → Future< void> -
Disable microphone in call with
callId
override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFromConference(
{required String callId}) → Future< void> -
Remove
callId
from current conferenceoverride -
resume(
{required String callsId}) → Future< void> -
Resume call with
callsId
override -
sendDtmf(
{required String sequence, required String callId}) → Future< void> -
Send
sequence
of DTMF digits to call withcallId
override -
terminate(
{required String callsId}) → Future< void> -
Terminate call with
callsId
override -
toString(
) → String -
A string representation of this object.
inherited
-
transfer(
{required String callsId, required String targetNumber}) → Future< void> -
Transfer call with
callsId
to call withtargetNumber
override -
unMute(
{required String callId}) → Future< void> -
Enable microphone in call with
callId
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited