RecordingStatus class Null safety
Status of a meeting recording instance
See recording documentation for more information.
- Annotations
Constructors
- RecordingStatus({RecordingId? recordingId, ParticipantId? startedBy, StreamingLayout? layout, required StreamId streamId})
-
constfactory
-
RecordingStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $RecordingStatusCopyWith<
RecordingStatus> -
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- layout → StreamingLayout?
-
Specifies how the participants' videos are laid out in the stream.
read-onlyinherited
- recordingId → RecordingId?
-
The id of the recording file.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startedBy → ParticipantId?
-
The participant who started the recording.
read-onlyinherited
- streamId → StreamId
-
The identifier of the streaming instance.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited