Skip to content

Commit

Permalink
add target field to syncstate's datatrack info (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber authored Apr 7, 2022
1 parent f5e8e20 commit 3c712ad
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 30 deletions.
72 changes: 42 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 livekit_rtc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ message SyncState {
message DataChannelInfo {
string label = 1;
uint32 id = 2;
SignalTarget target = 3;
}

message SimulateScenario {
Expand Down

0 comments on commit 3c712ad

Please sign in to comment.