We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b798f9c commit f94eeaeCopy full SHA for f94eeae
protobufs/livekit_analytics.proto
@@ -125,11 +125,12 @@ enum AnalyticsEventType {
125
SIP_CALL_ENDED = 39;
126
SIP_TRANSFER_REQUESTED = 43;
127
SIP_TRANSFER_COMPLETE = 44;
128
+ SIP_CALL_UPDATE = 46;
129
REPORT = 40;
130
API_CALL = 41;
131
WEBHOOK = 42;
132
- // NEXT_ID: 46
133
+ // NEXT_ID: 47
134
}
135
136
message AnalyticsClientMeta {
protobufs/livekit_sip.proto
@@ -718,8 +718,9 @@ message SIPCallInfo {
718
SIPStatus call_status_code = 19;
719
string audio_codec = 20;
720
string media_encryption = 21;
721
+ string pcap_file_link = 25;
722
- // NEXT ID: 25
723
+ // NEXT ID: 26
724
725
726
message SIPTransferInfo {
0 commit comments