SDK Release 2.1.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: Publisher leak in
queue_packet - Fixed:
NetStatus.Unpublishno longer recognized by subscribers - Fixed: Issue where sound still came out of main audio when headphones were plugged in
- Fixed: Intermittent subscriber crash if closed/opened subscribe window multiple times
- Added ability to pause/resume audio and or video (note: requires Server v2.1.0)
**Streaming Examples Updates:
- Updated Streaming iOS Example to support Stream Manager api v2.0