Skip to content

0.65.0

Compare
Choose a tag to compare
@filipi87 filipi87 released this 02 Jul 22:13
· 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 to true in your Daily constructor properties.
    • Note: If you were previously getting around this by setting strictMode to false, 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.

Bugfixes

  • Added missing types for updateScreenShare() , localScreenAudio() and localScreenVideo() .

Other improvements

  • Promoted the previously private _callFrameId to a primary attribute of the DailyCall instance in the daily-js library and renamed it to callClientId. This field, which uniquely identifies each call instance, is now included in the payload of all daily-js events.