Call class
Constructors
Properties
- callState ↔ CallState?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- isInConference ↔ bool?
-
getter/setter pair
- isMuted ↔ bool?
-
getter/setter pair
- isOutDirection ↔ bool?
-
getter/setter pair
- number ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accept(
) → Future< void> -
addToConference(
) → Future< void> -
createConference(
{required String otherCallId}) → Future< void> -
hold(
) → Future< void> -
mute(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFromConference(
) → Future< void> -
resume(
) → Future< void> -
sendDtmf(
{required String sequence}) → Future< void> -
terminate(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
transfer(
{required String targetNumber}) → Future< void> -
unMute(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited