Skip to content

Commit 223a634

Browse files
authored
feat(llc): Participant source added (#1056)
* Participant source added * changelog * changelog tweak * tweaks * source exported * update protocol model version * added missing participant source when reconnecting * added participant sorting tests
1 parent 74f3610 commit 223a634

19 files changed

+1120
-173
lines changed

packages/stream_video/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Unreleased
22

33
✅ Added
4+
* Extended `CallParticipantState` with `participantSource`. This indicates the participant's source channel (e.g., WebRTC, RTMP, WHIP) and can be used in filtering and sorting criteria.
5+
* Livestream sorting preset now prioritises RTMP sources in layout sorting.
46
* Added capability to remove a participant from a call via `call.kickUser()`. Requires the `kick-user` permission.
57

68
🐞 Fixed

packages/stream_video/lib/globals.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'package:meta/meta.dart';
33
const String streamSdkName = 'stream-flutter';
44
const String streamVideoVersion = '0.10.3';
55
const String openapiModelsVersion = '190.7.0';
6-
const String protocolModelsVersion = '1.38.0';
6+
const String protocolModelsVersion = '1.40.1';
77
const String androidWebRTCVersion = '1.3.8';
88
const String iosWebRTCVersion = '125.6422.65';
99

packages/stream_video/lib/protobuf/video/sfu/event/events.pb.dart

Lines changed: 233 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)