RecordingStatusUpdate class Models

The RecordingStatusUpdate model contains information about recording statuses.

This service is available in SDK 3.7 and later.

Constructors

RecordingStatusUpdate(RecordingStatus recordingStatus, String? conferenceId, String? participantId, int? timeStamp)

Properties

conferenceId String?
The unique identifier of the conference.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
participantId String?
The unique identifier the participant who changed the recording status.
getter/setter pair
recordingStatus RecordingStatus
The recording status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeStamp int?
The timestamp of when the recording status changed.
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

Static Methods

fromMap(Map<Object?, Object?> data) RecordingStatusUpdate