We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa169ac commit d39c725Copy full SHA for d39c725
.changeset/sip-proj-id.md
@@ -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
@@ -272,4 +272,5 @@ message SIPCall {
272
livekit.SIPUri to = 5; // To header
273
repeated livekit.SIPUri via = 6; // Via headers
274
string sip_call_id = 7; // SIP protocol generated call ID
275
+ string project_id = 8; // LiveKit project ID (Cloud only)
276
}
0 commit comments