Toggle video track
@override Future<void> toggleVideo(bool enabled) async { _stream.getVideoTracks().forEach((track) { track.enabled = enabled; }); }