Skip to content

Commit d383d13

Browse files
authored
Add a feature map to internal SIPCall. (#1615)
1 parent 04a0fe5 commit d383d13

4 files changed

Lines changed: 242 additions & 221 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
}

rpc/io.pb.go

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

0 commit comments

Comments
 (0)