0.70.0
·
25 commits
to react-native-daily-js-releases
since this release
Features 🎃
- Introduces client-side support for the pre-beta feature of automatic recover of recordings and streaming during a meeting move. If interested in helping us test this feature, reach out to [email protected] for how to enable it on your domain.
Bugfixes 🧟
- Fixed a camera zoom issue when on Portrait mode on iOS.
- Fixed a timing issue where a call to
leave()
might be ignored if it was called too soon after the call tojoin()
- Only request camera or microphone permissions on Android when they are needed by the foreground service.
- Fixed issue after granting microphone and camera permissions on Android when joining a call for the first time.
- Adding missing shim
removeEventListener
when setupGlobals. - Fixed an issue where resources were loaded from Daily's QA server if the request was made after a call to
startCamera()
without providing a url and beforejoin()
orpreAuth()
.
Other improvements 👻
- Expanded transcription and dialin types to match latest improvements
- Updated dependencies, including Sentry, to resolve security vulnerabilities. Note: the Sentry upgrade required a change to how we use Sentry. Our usage should not interfere or bleed into customer Sentry and visa versa. Please reach out to [email protected] if you see otherwise.
- Changed logging surrounding
updateParticipant(s)()
failures to only log as errors when the failure is due to permissions or some other error and not because the participant was not recognized. These failures are red herrings and inconsequential. Read: You should see far fewerupdate can't be applied
errors in your dashboard logs 🙂 - Removed old device handling logic. If you were still using the
v2CamAndMic
flag, this flag is now a no-op and all clients are on v2.