RemoteActivityData class

Constructors

RemoteActivityData.new({RemoteParticipant? identity, String? id, String? message, int? timestamp, String? action, bool isSender = false, String? requestId = "", String? meetingUid = "", String? displayName = "", String? participantLobbyStatus = "", String? token = "", bool value = false, String? userIdentity = "", String? userName = "", TranscriptionActionModel? liveCaptionsData, String? partialTranscription, String? finalTranscription, String? participantIdentity, int? whiteboardId, String? consent, List<ConsentParticipant>? participants})
RemoteActivityData.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
final
displayName String?
final
finalTranscription String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
identity → RemoteParticipant?
final
isSender bool
final
liveCaptionsData TranscriptionActionModel?
final
meetingUid String?
final
message String?
final
partialTranscription String?
final
participantIdentity String?
final
participantLobbyStatus String?
final
participants List<ConsentParticipant>?
final
requestId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int?
final
token String?
final
userIdentity String?
final
userName String?
final
value bool
final
whiteboardId int?
final

Methods

copyWith({RemoteParticipant? identity, String? id, String? message, int? timestamp, String? action, bool? isSender, String? requestId, String? meetingUid, String? displayName, String? participantLobbyStatus, String? token, bool? value, String? userIdentity, String? userName, TranscriptionActionModel? liveCaptionsData, String? partialTranscription, String? finalTranscription, String? participantIdentity, int? whiteboardId, String? consent, List<ConsentParticipant>? participants}) RemoteActivityData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited