mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
show notification when telephone is ringing
This commit is contained in:
parent
1e7c908dca
commit
98e879cfba
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ export default {
|
|||
}
|
||||
case 'telephone_ringing': {
|
||||
this.getTelephoneStatus();
|
||||
NotificationUtils.showIncomingCallNotification();
|
||||
break;
|
||||
}
|
||||
case 'telephone_call_established': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue