Skip to content

Commit 8a5b3ed

Browse files
authored
Merge pull request #49 from GetStream/chore/webrtc-versions
chore: added webrtc versions consts
2 parents bbaa437 + 7d4ee20 commit 8a5b3ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/stream_webrtc_flutter.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ export 'src/native/android/audio_configuration.dart';
2323
export 'src/native/ios/audio_configuration.dart';
2424
export 'src/native/rtc_video_platform_view_controller.dart';
2525
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

Comments
 (0)