stopRecording method

Future<void> stopRecording(
  1. {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);