RecordingInformation class

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.
no setterinherited
participantId String
The ID of the participant who started the recording.
getter/setter pair
recordingStatus RecordingStatus?
The recording status that informs whether recording is ongoing.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTimestamp num
The timestamp that informs when the recording was started.
getter/setter pair

Methods

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

Operators

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