onRecordingStateUpdate property

OnRecordingStateUpdateType? onRecordingStateUpdate
getter/setter pair

The user will receive this callback after calling RTCVideo.startFileRecording or RTCVideo.stopFileRecording.

Implementation

OnRecordingStateUpdateType? onRecordingStateUpdate;