CometChatCallsConstants class
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
- aspectRatioContain → const String
- The contain aspect ratio.
- aspectRatioCover → const String
- The cover aspect ratio.
- aspectRatioDefault → const String
- The default aspect ratio.
- avatarModeCircle → const String
- The circle avatar mode.
- avatarModeFullScreen → const String
- The fullscreen avatar mode.
- avatarModeSquare → const String
- The square avatar mode.
- callCategoryCall → const String
- Call category
- callStatusCancelled → const String
-
Calling
The
CALL_STATUS_CANCELLED
constant is used to indicate that the call has been cancelled. - callStatusRejected → const String
-
The
CALL_STATUS_REJECTED
constant is used to indicate that the call has been rejected. - codeCometChatCallsSDKInitError → const String
- codeError → const String
- SuccessMessages Errors Code These constants are used to represent the error codes and messages that can be returned by the CometChatCalls SDK. Error Codes
- codeSessionIdNull → const String
- codeUserAuthTokenNull → const String
- endedAt → const String
- Timestamp when the call was ended
- hasRecording → const String
- Determines if the call has a recording
- initiatedAt → const String
- Timestamp when the call was initiated
- initiator → const String
- Initiator of the call
- messageCodeUserAuthTokenBlankOrEmpty → const String
- messageCodeUserAuthTokenNull → const String
- messageCometChatCallsSDKInit → const String
- Messages
- mid → const String
- Message ID of the call
- mode → const String
- Mode of the call (audio or video)
- modeDefault → const String
- The default mode.
- modeSingle → const String
- The single mode.
- modeSpotlight → const String
- The spotlight mode.
- participants → const String
- List of participants in the call
- positionBottomLeft → const String
- The bottom-left position.
- positionBottomRight → const String
- The bottom-right position.
- positionTopLeft → const String
- The top-left position.
- positionTopRight → const String
- The top-right position.
- receiver → const String
- Receiver of the call
- receiverType → const String
- Type of the receiver (user, group, etc.)
- receiverTypeGroup → const String
- Receiver type Group
- receiverTypeUser → const String
- Receiver type User
- recordings → const String
- List of recordings of the call
- sessionId → const String
- Call Log Constants Session ID of the call
- status → const String
- Status of the call
- totalAudioMinutes → const String
- Total audio minutes of the call
- totalDuration → const String
- Total duration of the call
- totalDurationInMinutes → const String
- Total duration of the call in minutes
- totalParticipants → const String
- Total participants in the call
- totalVideoMinutes → const String
- Total video minutes of the call
- type → const String
- Type of the call (incoming, outgoing, missed)