You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enterprise Grade APIs for Feeds, Chat, & Video. <ahref="https://getstream.io/video/docs/flutter/?utm_source=https://github.com/flutter-webrtc/flutter-webrtc&utm_medium=sponsorship&utm_content=&utm_campaign=webrtcFlutterRepo_July2023_video_klmh22"target="_blank">Try the Flutter Video tutorial</a> 💬
Add `flutter_webrtc` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).
45
45
@@ -56,7 +56,8 @@ Add the following entry to your _Info.plist_ file, located in `<project root>/io
56
56
57
57
This entry allows your app to access camera and microphone.
58
58
59
-
### Note for iOS.
59
+
### Note for iOS
60
+
60
61
The WebRTC.xframework compiled after the m104 release no longer supports iOS arm devices, so need to add the `config.build_settings['ONLY_ACTIVE_ARCH'] = 'YES'` to your ios/Podfile in your project
61
62
62
63
ios/Podfile
@@ -111,6 +112,7 @@ android {
111
112
If necessary, in the same `build.gradle` you will need to increase `minSdkVersion` of `defaultConfig` up to `23` (currently default Flutter generator set it to `16`).
112
113
113
114
### Important reminder
115
+
114
116
When you compile the release apk, you need to add the following operations,
0 commit comments