You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for incoming call and don't answer at least 5 seconds
What is the expected behaviour?
Incoming call notification will appear and remain during the ringing sound
What is the actual result?
Incoming call notification is disappeared after 5 seconds of the ringing sound.
This happens due to the hardcoded timeout for notifications (see here) of any type. For call notifications, this timeout leads to above mentioned undesired behaviour.
It is worth noting that closing of call notification when remote side ends call (before answer) currently is not implemented.
Which browser are you using?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Installed browser addons
None at all
Wire for web version
Version 2021.06.01.12.23
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
What is the expected behaviour?
Incoming call notification will appear and remain during the ringing sound
What is the actual result?
Incoming call notification is disappeared after 5 seconds of the ringing sound.
This happens due to the hardcoded timeout for notifications (see here) of any type. For call notifications, this timeout leads to above mentioned undesired behaviour.
It is worth noting that closing of call notification when remote side ends call (before answer) currently is not implemented.
Which browser are you using?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36
Installed browser addons
None at all
Wire for web version
Version 2021.06.01.12.23
The text was updated successfully, but these errors were encountered: