stopRecording method Null safety
- {StreamId? streamId}
Stops the specified recording.
streamId
is optional if there is only one ongoing recording in the call.
Implementation
Future<void> stopRecording({StreamId? streamId}) => _platformBridge.stopRecording(_native, streamId);