Skip to content

Releases: livekit/client-sdk-flutter

v1.1.11

12 Dec 03:39
Compare
Choose a tag to compare

1.1.11

  • Fix: fix connection fails for firefox. (#222, close #221)

v1.1.9

28 Nov 03:21
Compare
Choose a tag to compare

1.1.9

  • Bump flutter-webrtc to 0.9.17
  • Enable BroadCastExtension for iOS for the example.

v1.1.8

14 Nov 11:19
Compare
Choose a tag to compare

1.1.8

  • Fix resume/full-reconnect.
  • Support stopping the audio track on mute(turn off the mic indicator).

1.1.7

19 Oct 07:39
Compare
Choose a tag to compare

1.1.7

  • Fixed ice config issues. (#192).
  • Make timeouts configurable.
  • Fixed Hardware.setSpeakerphoneOn() not working on iOS.
  • Fixed track not being correctly passed to localParticipant in FastConnectOptions,
    causing the camera to apply twice and not be released.
  • Clean up pingIntervalTimer when closing SignalClient.

v1.1.6

12 Oct 03:13
Compare
Choose a tag to compare

1.1.6

  • Supports getting the connected remote address.

v1.1.5

09 Oct 23:49
03c1fdc
Compare
Choose a tag to compare
  • Make MediaDevice data class.
  • Add simulate for candidate protocol switch.
  • Fix VideoTrackRenderer for local has been blacked when toggling video status #166

v1.1.3

13 Sep 06:54
Compare
Choose a tag to compare
  • Add sid for reconnecting. (#168)
  • Add force relay config. (#169)
  • Bump flutter_webrtc version to 0.9.7.

v1.1.2

09 Sep 07:15
Compare
Choose a tag to compare
  • feat: Support for capturing audio for chrome tab.
  • Expose data channel for e2e testing.
  • Expose RTPReceiver for getting track statistics.
  • fix: Do not set mandatory & optional parameters, when used in web (#164)

v1.1.1

24 Aug 05:06
Compare
Choose a tag to compare
  • Add hardware API for camera and audio input/output selection.
  • Fixed UI stuck when get thumbnails on screen sharing. (#149)

v1.1.0-hotfix

17 Aug 09:03
4390c4a
Compare
Choose a tag to compare

1.1.0-hotfix

  • Align the version in .podspec with the package version (fix compilation errors under ios/mac).