Skip to content

Commit dbeeaa7

Browse files
Revert cid changes. (#1029)
* Revert cid changes. Need to re-think this one. * generated protobuf * Create popular-dodos-study.md --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 526e976 commit dbeeaa7

File tree

3 files changed

+14
-29
lines changed

3 files changed

+14
-29
lines changed

.changeset/popular-dodos-study.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"github.com/livekit/protocol": patch
3+
"@livekit/protocol": patch
4+
---
5+
6+
Revert cid changes.

livekit/livekit_models.pb.go

Lines changed: 7 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_models.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,8 @@ message Encryption {
196196
message SimulcastCodecInfo {
197197
string mime_type = 1;
198198
string mid = 2;
199-
string signal_cid = 3;
199+
string cid = 3;
200200
repeated VideoLayer layers = 4;
201-
string sdp_cid = 5;
202-
bool is_simulcast = 6;
203201
}
204202

205203
message TrackInfo {

0 commit comments

Comments
 (0)