RecordingService class Services

The RecordingService allows recording conferences.

Constructors

RecordingService()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

currentRecording() Future<RecordingInformation>
Returns information about the current recording. Use this accessor if you wish to receive information that is available in the Recording object, such as the ID of the participant who started the recording or the timestamp that informs when the recording was started.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
onRecordingStatusUpdate() Stream<Event<RecordingServiceEventNames, RecordingStatusUpdate>>
start() Future<void>
Starts recording a conference.
stop() Future<void>
Stops recording a conference.
toString() String
A string representation of this object.
inherited

Operators

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