Skip to content

1.2.0

Choose a tag to compare

@AndrewShapovalov AndrewShapovalov released this 13 Oct 20:40
· 11 commits to master since this release

Improvements

All

  • 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.