Skip to content

Commit b798f9c

Browse files
Add fields needed for WHIP to SFU support (#1183)
--------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bb6fdd7 commit b798f9c

File tree

4 files changed

+97
-59
lines changed

4 files changed

+97
-59
lines changed

.changeset/sixty-numbers-lick.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 fields needed for WHIP to SFU support

protobufs/rpc/ingress.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,13 @@ message ICERestartWHIPResourceRequest {
7777
string user_fragment = 3;
7878
string password = 4;
7979
repeated string candidates = 5;
80+
string raw_trickle_ice_sdpfrag = 6;
81+
string if_match = 7;
8082
}
8183

8284
message ICERestartWHIPResourceResponse {
8385
string trickle_ice_sdpfrag = 1;
86+
string etag = 2;
8487
}
8588

8689
message StartIngressRequest {

rpc/ingress.pb.go

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

rpc/ingress.psrpc.go

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

0 commit comments

Comments
 (0)