ChatCallKitCall class
Constructors
Properties
- agoraUid → int?
-
final
-
allUserAccounts
↔ Map<
int, String> -
getter/setter pair
- callId → String
-
final
- callType → ChatCallKitCallType
-
final
- channel → String
-
final
-
ext
→ Map<
String, String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCaller → bool
-
final
- remoteCallDevId → String?
-
final
- remoteUserAccount → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? callId, String? remoteUserAccount, String? remoteCallDevId, ChatCallKitCallType? callType, bool? isCaller, int? agoraUid, String? channel, Map< String, String> ? ext}) → ChatCallKitCall -
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