CallStatus class
Represents the call state for a call session.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Constants
- attended → const String
- Represents the call state when the call is in progress.
- callFailed → const String
- Represents the call state when the call is in progress.
- calling → const String
- Represents the call state when the call is on hold.
- calling10s → const String
- Represents the call state when the call is in progress.
- callingAfter10s → const String
- Represents the call state when the call is on hold.
- callTimeout → const String
- Represents the call state when the call is in progress.
- connected → const String
- Represents the call state when the call is on hold.
- connecting → const String
- Represents the call state when the call is connecting.
- disconnected → const String
- Represents the call state when the call is disconnected.
- inviteCallTimeout → const String
- Represents the call state when the call is on hold.
- onHold → const String
- Represents the call state when the call is on hold.
- onResume → const String
- Represents the call state when the call is in progress.
- reconnected → const String
- Represents the call state when the call is in progress.
- reconnecting → const String
- Represents the call state when the call is on hold.
- ringing → const String
- Represents the call state when the call is ringing.
- userJoined → const String
- Represents the call state when the call is on hold.
- userLeft → const String
- Represents the call state when the call is in progress.