We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2e991 commit 7b2ea4eCopy full SHA for 7b2ea4e
protobufs/livekit_sip.proto
@@ -20,6 +20,7 @@ option go_package = "github.com/livekit/protocol/livekit";
20
option csharp_namespace = "LiveKit.Proto";
21
option ruby_package = "LiveKit::Proto";
22
23
+import "google/protobuf/any.proto";
24
import "google/protobuf/duration.proto";
25
import "google/protobuf/empty.proto";
26
import "livekit_models.proto";
@@ -719,8 +720,9 @@ message SIPCallInfo {
719
720
string audio_codec = 20;
721
string media_encryption = 21;
722
string pcap_file_link = 25;
723
+ map<string, google.protobuf.Any> call_context = 26;
724
- // NEXT ID: 26
725
+ // NEXT ID: 27
726
}
727
728
message SIPTransferInfo {
0 commit comments