Event.recordingStopped constructor Null safety
- {required StreamId streamId}
Emitted when a room recording has stopped.
Implementation
const factory Event.recordingStopped({required StreamId streamId}) = RecordingStoppedEvent;
Emitted when a room recording has stopped.
const factory Event.recordingStopped({required StreamId streamId}) = RecordingStoppedEvent;