Releases: jitsi/webrtc
Releases Β· jitsi/webrtc
100.0.2
100.0.1
Same as release 100.0.0 with a couple of extra patches for Unified Plan support on React Native.
NOTE: Only a single build is provided now, the bitcode build. In the near future, when Xcode 14 is released the build will stop containing bitcode, as it has been deprecated by Apple.
v100.0.1-alpha.1
WIP
100.0.0
Build notes
- Based off the M100 release branch.
- The iOS build (with bitcode, at least) is broken upstream. The attached
001-build.diff
patch reverts to using Xcode for building, which seems to fix getting your app rejected by Apple. - This build includes the Mozilla CA bundle as of March 2022.
- The macOS slice is no longer included in the build to simplify the (already complex) hacks required for the build. It may come back in the future.
98.0.0
Build notes
- Based off the M98 release branch.
- The M98 build is broken in iOS, the attached
ios-M98.patch
fixes it. Those changes are upstream already. The patch needs to be applied in thebuild/
directory. - This build includes the Mozilla CA bundle as of February 2022 and thus TURNS should work with Let's Encrypt.
- The SCTP implementation has been switched to
dcSCTP
instead of the previoususrsctp
.