Describe the bug
When received a phone call, the app shows a notification for about one second, then automatically declines it.
To Reproduce
Steps to reproduce the behavior:
Call from another device
See the error
Expected behavior
VoIP notification displays longer, and users can accept or decline phone calls
Details (please complete the following information):
Siskin Version: 6.0
Branch: master
Xcode version: 12.0
iOS version 13.4.1
iPhone model: iPhone 6s
Additional context
I'm building a similar app consulting Siskin IM code, call function works perfectly except it cannot receive VoIP notification in the background or when the screen turns off. I've already adopted PushKit. Could you also predict what is going on and help me out? I would really appreciate it.
Unknown commented 4 years ago
The app was able to receive phone calls after granting permission for audio. Closing the issue
Describe the bug When received a phone call, the app shows a notification for about one second, then automatically declines it.
To Reproduce Steps to reproduce the behavior:
Expected behavior VoIP notification displays longer, and users can accept or decline phone calls
Details (please complete the following information):
Additional context I'm building a similar app consulting Siskin IM code, call function works perfectly except it cannot receive VoIP notification in the background or when the screen turns off. I've already adopted PushKit. Could you also predict what is going on and help me out? I would really appreciate it.