SDK Release 4.6.0
NOTE: xCode 10 has dropped support for libstdc++
. It is necessary to replace dependencies for libstdc++
with libc++
in your iOS project to build with xCode 10. No modifications needed to be made to the iOS SDK for this change.
iOS SDK:
- Fixed crash on pause-resume
- Added video rotation to local recording
- Added ability to broadcast audio with app in background
- Adaptive Bitrate improvements
- Added abililty to set different recording properties for local recording and live recording of broadcast
- Fixed crashing after switching between publishing and subscribing multiple times
- Buffer overflow fixes
- Additional stability improvements