Room recording event (#252)
* feat: Add room reocording reminder. * chore: comment for recording event.
This commit is contained in:
@@ -61,6 +61,9 @@ class _RoomPageState extends State<RoomPage> {
|
||||
WidgetsBindingCompatible.instance
|
||||
?.addPostFrameCallback((timeStamp) => Navigator.pop(context));
|
||||
})
|
||||
..on<RoomRecordingStatusChanged>((event) {
|
||||
context.showRecordingStatusChangedDialog(event.activeRecording);
|
||||
})
|
||||
..on<LocalTrackPublishedEvent>((_) => _sortParticipants())
|
||||
..on<LocalTrackUnpublishedEvent>((_) => _sortParticipants())
|
||||
..on<DataReceivedEvent>((event) {
|
||||
|
||||
Reference in New Issue
Block a user