onRoomLiveRecordingUpdate property

void Function(Map map)? onRoomLiveRecordingUpdate
getter/setter pair

Callback for when live recording is updated.

This callback is triggered when there is an update in the live recording status.

Implementation

static void Function(Map<dynamic, dynamic> map)? onRoomLiveRecordingUpdate;