RemoteActivityData class

Constructors

RemoteActivityData({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, String? dispatchId, String? mode, bool isDeleted = false, bool isEdited = false, ReplyMessage? replyMessage, String? messageId, Reaction? reaction, List<Reaction>? reactions, bool removeReaction = false, bool isScreenShareAllowed = false})
RemoteActivityData.fromJson(Map<String, dynamic> json)
factory

Properties

action String?
final
final
dispatchId String?
final
displayName String?
final
finalTranscription String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
identity → RemoteParticipant?
final
isDeleted bool
final
isEdited bool
final
isScreenShareAllowed bool
final
isSender bool
final
liveCaptionsData TranscriptionActionModel?
final
meetingUid String?
final
message String?
final
messageId String?
final
mode String?
final
partialTranscription String?
final
participantIdentity String?
final
participantLobbyStatus String?
final
participants List<ConsentParticipant>?
final
reaction Reaction?
final
reactions List<Reaction>?
final
removeReaction bool
final
replyMessage ReplyMessage?
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, String? dispatchId, String? mode, bool? isDeleted, bool? isEdited, ReplyMessage? replyMessage, String? messageId, Reaction? reaction, List<Reaction>? reactions, bool? removeReaction, bool? isScreenShareAllowed}) 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