Project

General

Profile

Release Notes for Mobile SDK 5.2.50

User documentation
2022-07-31

Release Notes for Mobile SDK 5.2.50

Issues Fixed

General

  • Fixed MOS calculation to present useful values for people that are familiar with other MOS calculation implementations.
  • Changed configuration flag LOG_CALL_MEDIA_STATISTICS to be on (true) by default and control the previously uncontrollable behavior of dumping RTCP stats to the log every 30 seconds. Previously it was off by default and when enabled it would dump stats every second (which is not useful), while the only way to turn off the per/30 seconds stats would be to reduce log levels.
  • Added media statistics report back feature to propagate client-side media quality reports back to the SIP gateway. Currently only enabled for Cloudonix Platform SIP gateways.

Android

  • #2047 - Fixed a crash that can happen during shutdown(), if called while the SDK is still being initialized.
  • Fixed configuration processes to not turn off configuration flags that are on by default, when the client app did not instruct us to do so.

iOS

  • #2049 - Fixed a crash when audio session previous port is not populated properly by iOS.

Files