Skip to content

Commit 7f6dd60

Browse files
authored
Merge pull request #24 from GetStream/release/v1.0.2
Release v1.0.2
2 parents 448bf40 + 6b68546 commit 7f6dd60

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

22
# Changelog
33

4-
[1.0.3] - 2025-04-08
4+
[1.0.2] - 2025-04-08
5+
* [Android] Fixed orientation aware screen sharing to work with landscape-first devices
56
* Synced flutter-webrtc v0.13.1+hotfix.1
67
* [Android] fix: Fix `clearAndroidCommunicationDevice` call blocking.
7-
* [Android] Fixed orientation aware screen sharing to work with landscape-first devices
8-
9-
[1.0.2] - 2025-03-03
108
* Synced flutter-webrtc v0.13.1
119
* [Android] fix: remove setPreferredInputDevice when getUserAduio. (#1808)
1210
* [Web] fix: race condition in RTCVideoRenderer for Web (#1805)

ios/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '1.0.3'
6+
s.version = '1.0.2'
77
s.summary = 'Flutter WebRTC plugin for iOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

macos/stream_webrtc_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'stream_webrtc_flutter'
6-
s.version = '1.0.3'
6+
s.version = '1.0.2'
77
s.summary = 'Flutter WebRTC plugin for macOS.'
88
s.description = <<-DESC
99
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_webrtc_flutter
22
description: Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3-
version: 1.0.3
3+
version: 1.0.2
44
homepage: https://github.com/GetStream/webrtc-flutter
55
environment:
66
sdk: ">=3.3.0 <4.0.0"

0 commit comments

Comments
 (0)