We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbaa437 commit 7d4ee20Copy full SHA for 7d4ee20
lib/stream_webrtc_flutter.dart
@@ -23,3 +23,6 @@ export 'src/native/android/audio_configuration.dart';
23
export 'src/native/ios/audio_configuration.dart';
24
export 'src/native/rtc_video_platform_view_controller.dart';
25
export 'src/native/rtc_video_platform_view.dart';
26
+
27
+const String androidWebRTCVersion = '137.0.1';
28
+const String iosWebRTCVersion = '137.0.43';
0 commit comments