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.
2 parents bbaa437 + 7d4ee20 commit 8a5b3edCopy full SHA for 8a5b3ed
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