Releases: livekit/client-sdk-swift
Releases · livekit/client-sdk-swift
1.1.6
1.1.5
Fixes various thread related crashes
What's Changed
- v1 Fix
DispatchQueueTimer
crashes by @hiroshihorie in #310 - v1 fix
Transport
races by @hiroshihorie in #311 - v1 fix
DataChannelPair
races by @hiroshihorie in #312 - v1 Thread safe E2EE by @hiroshihorie in #315
Full Changelog: 1.1.4...1.1.5
1.1.4
Maintenance release
- Fix Xcode
14.2
compiling - Fix missing ObjC methods #278
- Fix initial
RemoteTrackPublication
mute state
Diff: 1.1.3...1.1.4
1.1.3
1.1.2
- E2EE Bug fixes.
Diff: 1.1.1...1.1.2
1.1.1
- Add AVSampleBufferDisplayLayer rendering mode to VideoView (#222)
- E2EE Bug fixes.
- Camera rotation fixes.
- Other minor bug fixes.
Diff: 1.1.0...1.1.1
1.1.0
New
- First version of End-to-end encryption (E2EE) support #226
- Expose RTCAudioProcessingModule and RemoteAudioTrack.add(audioRenderer:) #237
Fixes
- Fix async version of
publish(data:)
#238
Diff: 1.0.14...main
1.0.14
- Using WebRTC m114
- New statistics API
- Fix background screen share bug (#221)
- Fix disconnecting when playing audio in other app (#228)
- Fix minor SwiftUI bug e4e3dd2
Diff: 1.0.13...main
1.0.13
- Fix: Properly configure server provided iceServers.
Diff: 1.0.12...1.0.13
1.0.12
Improvements to H.264 encoder
- Fixes low bitrate issues.
- More optimized encoding by enabling Apple's low-latency control. Available for iOS 14.5+, macOS 11.3+.
- Better screen share quality by optimizing bitrate/fps balance in bad network condition (maxFrameQP). Available for iOS 15.0+, macOS 12.0+.
- Optimized for encoding speed over quality when necessary.
Other changes
- Fixes compile error for Xcode 14.0.
Diff: 1.0.10...1.0.12