onRoomLiveRecordingOff property

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

Callback for when live recording is turned off.

This callback is triggered when live recording has successfully stopped.

Implementation

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