show notification when telephone is ringing

This commit is contained in:
liamcottle 2025-11-24 03:02:54 +13:00
commit 98e879cfba

View file

@ -395,6 +395,7 @@ export default {
}
case 'telephone_ringing': {
this.getTelephoneStatus();
NotificationUtils.showIncomingCallNotification();
break;
}
case 'telephone_call_established': {