0.65.0
·
55 commits
to react-native-daily-js-releases
since this release
Features
- Adding pre-beta support for using multiple call instances. As this is an atypical use case, you must opt in by setting
allowMultipleCallInstances
totrue
in your Daily constructor properties.- Note: If you were previously getting around this by setting
strictMode
tofalse
, please update to use the new flag.strictMode
for this purpose is now deprecated and in a future release, will no longer allow you to have multiple call instances.
- Note: If you were previously getting around this by setting
Bugfixes
- Added missing types for
updateScreenShare()
,localScreenAudio()
andlocalScreenVideo()
.
Other improvements
- Promoted the previously private
_callFrameId
to a primary attribute of theDailyCall
instance in thedaily-js
library and renamed it tocallClientId
. This field, which uniquely identifies each call instance, is now included in the payload of alldaily-js
events.