You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds an autoBitrateProfile property to videoConfig prop. This controls the rate at which the ABR algorithm adjusts the video bitrate.
Adds the onTransmissionStatisticsChanged event handler. It contains more detailed transmission statistics than onBroadcastQualityChanged and onNetworkHealthChanged event handlers which are marked as deprecated within this release. Please, use onTransmissionStatsChanged event handler instead. ⚠️ Note that broadcastQuality and networkHealth values are not number type for onTransmissionStatsChanged event handler but union - NetworkHealth and BroadcastQuality
iOS
Adds playAndRecordDefaultToSpeaker audio session strategy, which allows developers to specify whether devices with handsets (e.g., iPhones) prefer the speaker over the headset.
Changes
Upgrades iOS and Android SDKs (to 1.7.1 and 1.7.0 respectively).
🚧 Deprecated
onBroadcastQualityChanged in favor of onTransmissionStatisticsChanged event handler.
onNetworkHealthChanged in favor of onTransmissionStatisticsChanged event handler.