0.39.0
wcarss
released this
15 Mar 21:31
·
280 commits
to react-native-daily-js-releases
since this release
Bugfixes
- Fixed TypeScript definitions for streaming layouts to remove
composition_id
from the object passed to theupdateRecording()
function (where it is not allowed), while keeping it instartRecording()
, wherecomposition_id
is required.
Improvements
- Updated mediasoup-client to version 3.6.80, which among other things, adds unified plan support for React Native, allowing our library to update react-native-webrtc to 106.0.6.
- Updated react-native-webrtc to 106.0.6, which drops support for Plan B and adds support for Unified Plan in react-native-daily-js. Caution: As a consequence of the above, be careful not to use this version of react-native-webrtc with any earlier versions of react-native-daily-js, or any earlier versions of react-native-webrtc with this version of react-native-daily-js, as they will not be able to communicate.