CometChatCallsConstants class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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.
'contain'
- aspectRatioCover → const String
-
The cover aspect ratio.
'cover'
- aspectRatioDefault → const String
-
The default aspect ratio.
'default'
- avatarModeCircle → const String
-
The circle avatar mode.
'circle'
- avatarModeFullScreen → const String
-
The fullscreen avatar mode.
'fullscreen'
- avatarModeSquare → const String
-
The square avatar mode.
'square'
- callStatusCancelled → const String
-
Calling
The
CALL_STATUS_CANCELLED
constant is used to indicate that the call has been cancelled."cancelled"
- callStatusRejected → const String
-
The
CALL_STATUS_REJECTED
constant is used to indicate that the call has been rejected."rejected"
- codeCometChatCallsSDKInitError → const String
-
"COMETCHATCALLS_SDK_INIT_ERROR"
- codeError → const String
-
SuccessMessages
Errors
Code
These constants are used to represent the error codes that can be returned by the CometChatCalls SDK.
"ERROR"
- codeSessionIdNull → const String
-
"SESSION_ID_NULL"
- codeUserAuthTokenNull → const String
-
"USER_AUTH_TOKEN_NULL"
- modeDefault → const String
-
The default mode.
'DEFAULT'
- modeSingle → const String
-
The single mode.
'SINGLE'
- modeSpotlight → const String
-
The spotlight mode.
'SPOTLIGHT'
- positionBottomLeft → const String
-
The bottom-left position.
'bottom-left'
- positionBottomRight → const String
-
The bottom-right position.
'bottom-right'
- positionTopLeft → const String
-
The top-left position.
'top-left'
- positionTopRight → const String
-
The top-right position.
'top-right'