Releases: GetStream/stream-video-android-webrtc
Release list
145.16.0-SNAPSHOT
Built from upstream GetStream/webrtc@145.16.0.
Maven coordinate: io.getstream:stream-video-webrtc-android:145.16.0-SNAPSHOT
148.0.1-SNAPSHOT
Built from upstream GetStream/webrtc@148.0.1.
Maven coordinate: io.getstream:stream-video-webrtc-android:148.0.1-SNAPSHOT
148.0.0-SNAPSHOT
Built from upstream GetStream/webrtc@148.0.0.
Maven coordinate: io.getstream:stream-video-webrtc-android:148.0.0-SNAPSHOT
145.9.0
Built from upstream GetStream/webrtc@145.9.0.
Maven coordinate: io.getstream:stream-video-webrtc-android:145.9.0
145.8.0
Highlights
Fixed
- Muted-join audio failure with updated WebRTC AudioEngine (upstream #92)
Source
Built from upstream GetStream/webrtc@145.8.0.
Maven coordinate
io.getstream:stream-video-webrtc-android:145.8.0
Note: Due to a technical hiccup during publication, this artifact is also available on Maven Central as
io.getstream:stream-video-webrtc-android:146.7.0. The two coordinates point to the same upstream WebRTC build. Use145.8.0;146.7.0is superseded and has no corresponding GitHub release.
145.6.0
Highlights
Upstream baseline moves M137 → M145 (2,171 upstream commits, 102 authors).
- Media pipeline: Scream V2 + TWCC/L4S congestion control, capture-signal mixing, NetEq/codec construction without
CodecPairId, AV1/simulcast stability fixes. - Transport & PeerConnection: RTP/RTCP/ICE/DTLS/SCTP updates, DTLS-in-STUN and PQC benchmarking, expanded SDP munging detection,
Environment-based factory construction. - Video & Codecs: Frame instrumentation refactors, mixed-codec simulcast support, file-based encoder/decoder utilities.
- Desktop Capture: Editor-window capture in slideshow mode, Wayland screencast updates, FourCC pixel format support.
- Adaptive simulcast: New
SimulcastEncoderAdapter+VideoStreamEncoderresource management extensions, Stream-specific (upstream #90). - Frame crypto & audio device: Preserved across the M145 migration; aligned with upstream buffer and
SetFrameTransformerAPIs.
Source
Built from upstream GetStream/webrtc@145.6.0.
Maven coordinate
io.getstream:stream-video-webrtc-android:145.6.0
v137.1.1
Fixed
Fixed issue where audio usage of JavaAudioDeviceModule was not switching if called before AudioTrack initialisation
v137.1.0
Added
- Support for dynamically switching to stereo playback during an active call.
- Introduced
updateAudioTrackUsageinJavaAudioDeviceModule, which recreates the playbackAudioTrackusing the specifiedusagemode if the current mode differs.