NTP-26126 | adapter sanity

This commit is contained in:
varnit goyal
2025-01-23 11:23:34 +05:30
parent 5521d7efad
commit 3b2bb2f13f

View File

@@ -174,19 +174,6 @@ class AmeyoAdapter implements IAdapter {
case MessagingType.ON_AMEYO_CALL_TRANSFER:
this.callbacks.onCallTransferStatus(data.data);
break;
case MessagingType.ON_SIP_RINGING:
this?.metricProcessor?.pushCounterMetric({
metricName: "on_sip_ringing",
flow: "",
subFlow: "",
})
break;
case MessagingType.ON_CRM_NOTIFY_PUSH:
this?.metricProcessor?.pushCounterMetric({
metricName: "on_crm_notify_push",
flow: "",
subFlow:"",
})
}
} catch (error) {