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

Static Methods

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