Skip to content

Commit 068bcea

Browse files
Add project ID to internal SIPCall info. (#1346)
* Add project ID to internal SIPCall info. * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7532df commit 068bcea

File tree

4 files changed

+143
-126
lines changed

4 files changed

+143
-126
lines changed

.changeset/sip-proj-id.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@livekit/protocol": patch
3+
"github.com/livekit/protocol": patch
4+
---
5+
6+
Add project ID to internal SIPCall info.

protobufs/rpc/io.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,5 @@ message SIPCall {
272272
livekit.SIPUri to = 5; // To header
273273
repeated livekit.SIPUri via = 6; // Via headers
274274
string sip_call_id = 7; // SIP protocol generated call ID
275+
string project_id = 8; // LiveKit project ID (Cloud only)
275276
}

rpc/io.pb.go

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

0 commit comments

Comments
 (0)