ChatCallKitCall class

Constructors

ChatCallKitCall({required String callId, required ChatCallKitCallType callType, required bool isCaller, required String channel, String? remoteUserAccount, Map<int, String>? allUserAccounts, String? remoteCallDevId, int? agoraUid, Map<String, String>? ext})

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