Skip to content

Releases: GetStream/stream-video-android-webrtc

145.16.0-SNAPSHOT

145.16.0-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Aug 06:40

Built from upstream GetStream/webrtc@145.16.0.

Maven coordinate: io.getstream:stream-video-webrtc-android:145.16.0-SNAPSHOT

148.0.1-SNAPSHOT

148.0.1-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:33

Built from upstream GetStream/webrtc@148.0.1.

Maven coordinate: io.getstream:stream-video-webrtc-android:148.0.1-SNAPSHOT

148.0.0-SNAPSHOT

148.0.0-SNAPSHOT Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:39

Built from upstream GetStream/webrtc@148.0.0.

Maven coordinate: io.getstream:stream-video-webrtc-android:148.0.0-SNAPSHOT

145.9.0

Choose a tag to compare

@github-actions github-actions released this 27 May 11:25

Built from upstream GetStream/webrtc@145.9.0.

Maven coordinate: io.getstream:stream-video-webrtc-android:145.9.0

145.8.0

Choose a tag to compare

@aleksandar-apostolov aleksandar-apostolov released this 26 May 15:01

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. Use 145.8.0; 146.7.0 is superseded and has no corresponding GitHub release.

145.6.0

Choose a tag to compare

@aleksandar-apostolov aleksandar-apostolov released this 26 May 15:01

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 + VideoStreamEncoder resource management extensions, Stream-specific (upstream #90).
  • Frame crypto & audio device: Preserved across the M145 migration; aligned with upstream buffer and SetFrameTransformer APIs.

Source

Built from upstream GetStream/webrtc@145.6.0.

Maven coordinate

io.getstream:stream-video-webrtc-android:145.6.0

v137.1.1

Choose a tag to compare

@PratimMallick PratimMallick released this 04 Nov 08:29

Fixed

Fixed issue where audio usage of JavaAudioDeviceModule was not switching if called before AudioTrack initialisation

v137.1.0

Choose a tag to compare

@PratimMallick PratimMallick released this 30 Oct 12:22

Added

  • Support for dynamically switching to stereo playback during an active call.
  • Introduced updateAudioTrackUsage in JavaAudioDeviceModule, which recreates the playback AudioTrack using the specified usage mode if the current mode differs.

v137.0.1

Choose a tag to compare

@PratimMallick PratimMallick released this 07 Oct 08:27

Upgraded to m137 base webrtc