Skip to content

Commit

Permalink
release: 2.2.5. (#580)
Browse files Browse the repository at this point in the history
* release: 2.2.5.

* fix.
  • Loading branch information
cloudwebrtc authored Sep 4, 2024
1 parent 25362ff commit c97fa76
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 88 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## 2.2.5

* upgrade flutter-webrtc to 0.11.7
* upgrade web to 1.0.0
* feat: Add timestamps to TranscriptionSegment. (#577)
* feat: Prepare connection/region pinning. (#574)

## 2.2.4

* fix bug for PlatformView on iOS (#570)
Expand Down
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.2.4'
s.version = '2.2.5'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.2.4';
static const version = '2.2.5';
}
4 changes: 0 additions & 4 deletions lib/src/track/web/_audio_html.dart
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,3 @@ void setSinkId(String id, String deviceId) {
audioElement.setSinkId(deviceId);
}
}

extension _SetSinkId on web.HTMLMediaElement {
external JSPromise setSinkId(String sinkId);
}
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.2.4'
s.version = '2.2.5'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
Loading

0 comments on commit c97fa76

Please sign in to comment.