Skip to content

Commit 7b2ea4e

Browse files
Adding a call context field to CallInfo for dynamically setting info about the call
1 parent ef2e991 commit 7b2ea4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

protobufs/livekit_sip.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ option go_package = "github.com/livekit/protocol/livekit";
2020
option csharp_namespace = "LiveKit.Proto";
2121
option ruby_package = "LiveKit::Proto";
2222

23+
import "google/protobuf/any.proto";
2324
import "google/protobuf/duration.proto";
2425
import "google/protobuf/empty.proto";
2526
import "livekit_models.proto";
@@ -719,8 +720,9 @@ message SIPCallInfo {
719720
string audio_codec = 20;
720721
string media_encryption = 21;
721722
string pcap_file_link = 25;
723+
map<string, google.protobuf.Any> call_context = 26;
722724

723-
// NEXT ID: 26
725+
// NEXT ID: 27
724726
}
725727

726728
message SIPTransferInfo {

0 commit comments

Comments
 (0)