Skip to content

Commit d39c725

Browse files
committed
Add project ID to internal SIPCall info.
1 parent fa169ac commit d39c725

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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
}

0 commit comments

Comments
 (0)