RecordingInformation class Models

The RecordingInformation class gathers information about a conference recording.

Constructors

RecordingInformation({String? participantId, num? startTimestamp, RecordingStatus? recordingStatus})

Properties

hashCode int
The hash code for this object.
read-onlyinherited
participantId String?
The ID of the participant who started the recording.
read / write
recordingStatus RecordingStatus?
The recording status that informs whether recording is ongoing.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
startTimestamp num?
The timestamp that informs when the recording was started.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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