Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/wise-horses-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"github.com/livekit/protocol": patch
"@livekit/protocol": patch
---

Add data track subscription to sync state
70 changes: 40 additions & 30 deletions livekit/livekit_rtc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions protobufs/livekit_rtc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ message SyncState {
repeated string track_sids_disabled = 6;
repeated DataChannelReceiveState datachannel_receive_states = 7;
repeated PublishDataTrackResponse publish_data_tracks = 8;
UpdateDataSubscription data_subscription = 9;
}

message DataChannelReceiveState {
Expand Down
Loading