Stops the ongoing video capture.
Returns a Future that completes when the video capture has stopped.
Future<void> stopVideoCapture() async { await broadcater.stopVideoCapture(); }