Releases: awslabs/amazon-kinesis-video-streams-webrtc-sdk-ios
Releases · awslabs/amazon-kinesis-video-streams-webrtc-sdk-ios
Release 1.1.0 ((October 2025) of the Amazon Kinesis Video Streams WebRTC iOS SDK)
What's new
- Implemented master and viewer participant WebRTC connection establishment with the KVS WebRTC storage session. (#107)
Bug fixes and improvements
SDK
- Resolved a build issue due to WebSocket namespace conflict in iOS 26. (#99)
- Fixed an issue with the KVSSigner when using 12-hour format. (#94)
- Adjusted the ICE candidate string parsing logic to allow SDPMID field to be optional. (#107)
Sample App
- Adjusted the project configuration to exclude arm64 emulator architectures. (#103)
- Implemented a toast UI element for WebRTC connected/disconnected events. (#107)
- Implemented a "send video" configuration option. (#107)
- Implemented a resolution selector configuration option. (#105)
- Fixed the UI label for the "send audio" configuration option. (#107)
- Fixed an issue where the ICE candidates would get stuck in the pending queue if they were received from KVS Signaling before the SDP offer. (#107)
- Resolved runtime warnings in the sample app. (#102, #107)
Developer Enhancements
- Configured the CI/CD to also run on the develop branch. (#109)