Skip to content

Commit 3d079ba

Browse files
Adding SipCallID to SipCallInfo
1 parent 055f300 commit 3d079ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

protobufs/livekit_sip.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,9 @@ message SIPCallInfo {
895895
string pcap_file_link = 25;
896896
repeated google.protobuf.Any call_context = 26;
897897
ProviderInfo provider_info = 27;
898+
string sip_call_id = 28;
898899

899-
// NEXT ID: 28
900+
// NEXT ID: 29
900901
}
901902

902903
message SIPTransferInfo {

0 commit comments

Comments
 (0)