onRoomLiveRecordingOn property

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

Callback for when live recording is turned on.

This callback is triggered when live recording has successfully started.

Implementation

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