Skip to content

Commit de4c760

Browse files
Add id field to SessionDescription message (#1105)
* Add id field to SessionDescription message * generated protobuf * Create tricky-worms-sleep.md --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 821e656 commit de4c760

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.changeset/tricky-worms-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@livekit/protocol": patch
3+
---
4+
5+
Add id field to SessionDescription message

livekit/livekit_rtc.pb.go

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

protobufs/livekit_rtc.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ message TrackUnpublishedResponse {
212212
message SessionDescription {
213213
string type = 1; // "answer" | "offer" | "pranswer" | "rollback"
214214
string sdp = 2;
215+
uint32 id = 3;
215216
}
216217

217218
message ParticipantUpdate {

0 commit comments

Comments
 (0)