Skip to content

Commit d107e7a

Browse files
committed
Add a feature map to internal SIPCall.
1 parent e286afe commit d107e7a

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/sip-call-features.md

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

protobufs/rpc/io.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,4 +306,5 @@ message SIPCall {
306306
repeated livekit.SIPUri via = 6; // Via headers
307307
string sip_call_id = 7 [(logger.name) = "sipCallID"]; // SIP protocol generated call ID
308308
string project_id = 8 [(logger.name) = "projectID"]; // LiveKit project ID (Cloud only)
309+
map<string,string> features = 9;
309310
}

0 commit comments

Comments
 (0)