CallAction class
Defines various call actions that can be performed during a call session.
This class holds constants for different types of call actions such as inviting users, answering a call, denying a call, hanging up, and more. These actions are used to control the flow and state of calls within the application.
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
- answerCall → const String
- Represents an action to answer a call.
- audioDeviceChanged → const String
- Represents an action to cancel a call.
- callAgain → const String
- Represents an action to cancel a call.
- callRequestResponse → const String
- Represents an action to cancel a call.
- cameraSwitchFailure → const String
- Represents an action to cancel a call.
- cameraSwitchSuccess → const String
- Represents an action to cancel a call.
- cancelCallAgain → const String
- Represents an action to cancel a call.
- changedToAudioCall → const String
- Represents an action to cancel a call.
- closeServerConnection → const String
- Represents an action to cancel a call.
- denyCall → const String
- Represents an action to deny a call.
- inviteUsers → const String
- Represents an action to invite users to a call.
- localHangup → const String
- Represents an action to hang up a call.
- makeServerConnection → const String
- Represents an action to cancel a call.
- permissionDenied → const String
- Represents an action to cancel a call.
- remoteBusy → const String
- Represents an action to cancel a call.
- remoteEngaged → const String
- Represents an action to cancel a call.
- remoteHangup → const String
- Represents an action to hang up a call remotely.
- remoteOtherBusy → const String
- Represents an action to cancel a call.
- remoteVideoAdded → const String
- Represents an action to cancel a call.
- remoteVideoPaused → const String
- Represents an action to cancel a call.
- remoteVideoResumed → const String
- Represents an action to cancel a call.
- remoteVideoStatus → const String
- Represents an action to cancel a call.
- switchCamera → const String
- Represents an action to cancel a call.
- userSpeaking → const String
- Represents an action to cancel a call.
- userStoppedSpeaking → const String
- Represents an action to cancel a call.
- videoCallConversionAccepted → const String
- Represents an action to cancel a call.
- videoCallConversionCancel → const String
- Represents an action to cancel a call.
- videoCallConversionRejected → const String
- Represents an action to cancel a call.
- videoCallConversionRequest → const String
- Represents an action to cancel a call.