Skip to content

Releases: livekit/client-sdk-swift

1.1.3

26 Oct 08:14
Compare
Choose a tag to compare
  • Make customConfigureAudioSessionFunc thread safe. #253
  • Remove .mixWithOthers audio category option when publishing audio. #260
  • Fix Track.dimensions #261 #263
  • Other minor bug fixes.

Diff: 1.1.2...1.1.3

1.1.2

21 Sep 15:50
b2353db
Compare
Choose a tag to compare
  • E2EE Bug fixes.

Diff: 1.1.1...1.1.2

1.1.1

19 Sep 15:04
Compare
Choose a tag to compare
  • 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

24 Aug 17:47
Compare
Choose a tag to compare

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

21 Aug 15:36
Compare
Choose a tag to compare
  • 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

24 May 12:56
Compare
Choose a tag to compare
  • Fix: Properly configure server provided iceServers.

Diff: 1.0.12...1.0.13

1.0.12

22 May 18:44
Compare
Choose a tag to compare

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

1.0.10

20 May 08:05
Compare
Choose a tag to compare
  • Metal rendering on Simulator.
  • Enable NWPathMonitor in WebRTC (Better dual-sim / network switching support).
  • New set(preferredFPS:) on RemoteTrackPublication.
  • Support for updating name and metadata of LocalParticipant.
  • Publish data with topics.
  • Improved MacOSScreenCapturer window filtering.
  • Improved internal state lock mechanism.

Diff: 1.0.9...1.0.10

1.0.9

12 Feb 05:11
Compare
Choose a tag to compare
  • async/await syntax support for most methods.
  • Turn off mic indicator when audio tracks are muted.
  • Allow user's RTC configuration.
  • Report server disconnect reasons.
  • New Room.isRecording property.
  • Code refactoring for better readability.
  • Minor bug fixes.

1.0.8

06 Dec 06:04
606ee3b
Compare
Choose a tag to compare
  • Fix iOS 16 audio issues
  • Fix Xcode 13 compile errors
  • Fix iOS speaker / receiver toggle
  • Ping/pong logic
  • Set sender encoding for audio tracks

Diff: 1.0.7...1.0.8