Skip to content

Commit f94eeae

Browse files
committed
update analytics events for sip update api
Signed-off-by: shishir gowda <shishir@livekit.io>
1 parent b798f9c commit f94eeae

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

protobufs/livekit_analytics.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,12 @@ enum AnalyticsEventType {
125125
SIP_CALL_ENDED = 39;
126126
SIP_TRANSFER_REQUESTED = 43;
127127
SIP_TRANSFER_COMPLETE = 44;
128+
SIP_CALL_UPDATE = 46;
128129
REPORT = 40;
129130
API_CALL = 41;
130131
WEBHOOK = 42;
131132

132-
// NEXT_ID: 46
133+
// NEXT_ID: 47
133134
}
134135

135136
message AnalyticsClientMeta {

protobufs/livekit_sip.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,9 @@ message SIPCallInfo {
718718
SIPStatus call_status_code = 19;
719719
string audio_codec = 20;
720720
string media_encryption = 21;
721+
string pcap_file_link = 25;
721722

722-
// NEXT ID: 25
723+
// NEXT ID: 26
723724
}
724725

725726
message SIPTransferInfo {

0 commit comments

Comments
 (0)