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
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