- Fix: Audio output list is empty in android (#231)
- Update flutter-webrtc to 0.9.19
- As a result of this, the BLUETOOTH_CONNECT permission for Android is no longer needed.
- Fix: fix connection fails for firefox. (#222, close #221)
- Fix: Disconnect from room before app closes.
- Fix: Correctly throws final error when connection fails.
- Bump flutter-webrtc to 0.9.17
- Enable BroadCastExtension for iOS in example.
- Fix resume/full-reconnect.
- Support stop audio track on mute(turn off the mic indicator).
- 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.
- Supports getting the connected remote address.
- Make MediaDevice data class.
- Add simulate for candidate protocol switch.
- Fix VideoTrackRenderer for local has been blacked when toggle video status #166
- Fixed timestamp type error in ping/pong.
- Add sid for reconnecting. (#168)
- Add force relay config. (#169)
- Bump flutter_webrtc version to 0.9.7.
- feat: Support for capturing audio for chrome tab.
- Expose dataChannel for e2e testing.
- Expose RTPReceiver for getting track statistics.
- fix: Do not set mandatory & optional parameters, when used in web (#164)
- fix: fix setSpeakerphoneOn, close #167.
- Fix compilation error caused by webrtc-interface version jumping.
- Add hardware api for camera and audio input/output selection.
- Fixed UI stuck when get thumbnails on screen sharing. (#149)
- Align the version in .podspec with the package version (fix compilation errors under ios/mac).
- Set subscription to allowed when subscribed.
- Handle combined participant update.
- Downgrade version settings to support flutter 2.8.0+.
- Fix: camera release.
- Feat: iOS screen share.
- Feat: Screen sharing for desktop.
- Feat: protocol v8.
- Re-send tracks permissions after reconnected.
- Add audioBitrate option for publishAudioTrack.
- Bump version for flutter_webrtc (up to 0.8.9).
- Fix: SIGTERM / Crash on connection (Windows) #121
- Fix: Microphone not published on windows build #64
- Ready for Flutter 3.
mirrorMode
forVideoTrackRenderer
.- Fix url building logic for validation mode.
- Changed
AVAudioSessionCategory
switch timing to publish / unpublish. - Support for Bluetooth on Android 11.
- Fix: iOS audio issue which prevents
AVAudioSessionCategory
to switch correctly.
- Support for protocol 7, remote unpublish.
- Fixes simulcast issues with Android devices.
- Adds ability to select capture device by id.
serverRegion
property on Room.- Minor optimizations.
- Using WebRTC version M97.
- New track subscription permissions API.
- Improvements to reconnect logic.
- Room metadata update event.
- Using WebRTC version M93.
- New
dynacast
option toRoomOptions
. Dynacast dynamically pauses video layers that are not being consumed by any subscribers, significantly reducing publishing CPU and bandwidth usage. (currently defaults to off) - Rename
optimizeVideo
toadaptiveStream
and improve stability. AdaptiveStream lets LiveKit automatically manage quality of subscribed video tracks to optimize for bandwidth and CPU. - Ensure data channel is ready state when
LocalParticipant.publishData
api is called.
- Default capture options for setCameraEnabled, setMicrophoneEnabled
- Track stream update events
- Send video layers to server for more video optimization
- Room instance can be created without connecting
- Release Camera/Mic when track is muted
- Better type handling
- Option to unpublish without stopping track
- Fixed RemoteTrackPublication mute events
- Fixed data channel publish bug
- Initial Windows support
- Screen sharing support for Android
- Fixed TrackPublication/Track mute status
- Fixed bug with updateTrack
- Fixed being able to apply capture resolution constraints
- Initial macOS support
- Connection quality information
- Automatic video optimizations
- Simplified track APIs
- Fix ios camera switch issue
- Looser podspec constraint for WebRTC-SDK to avoid build issues
- Better URL parsing
- change ios audio session defaults to support voice isolation
- fix explicit subscribe/unsubscribe issue
- fix WebRTC-SDK resolve issue
- include plugins for Android and Web
- major update with new event system
- supports simulcast for iOS
- support for background audio for iOS
- support for protocol 3, subscriber as primary connection
- improved audio management for iOS, mic indicator only when audio tracks published
- fires TrackUnpublished for local tracks
- fixed occasional crashes during publishing
- fixed video rendering blank after widget changes
- fixed audio track playback for web
- fixed publishing tracks for web
- updated constants to be lowerCamelCase
- updated style & formatting guide
replaceTrack
API to switch camera sources- example app works on Android
- pass more detailed connect error message
- bugfixes with publishing duplicate video tracks
- removed use of media stream during publishing
- Minor improvements to error handling
- Initial beta release.