Skip to content

Commit c05dc14

Browse files
authored
chore: remove bypassVoiceProcessing = true settings for connect page. (#693)
* chore: VideoRenderer improvements for iOS. * cleanup. * bump flutter-webrtc to 0.12.7. * Update track.dart
1 parent add021e commit c05dc14

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

example/lib/pages/connect.dart

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ class _ConnectPageState extends State<ConnectPage> {
4747
if (lkPlatformIs(PlatformType.android)) {
4848
_checkPermissions();
4949
}
50-
51-
if (lkPlatformIsMobile()) {
52-
LiveKitClient.initialize(bypassVoiceProcessing: true);
53-
}
5450
}
5551

5652
@override

0 commit comments

Comments
 (0)