Closed tarikhs closed 1 year ago
Hello Tariq,
This is Nikolay from QuickBlox support.
Please check the following method: onCallListener - A new call session has been received.
Please refer to the Event Listener section in the documentation: https://docs.quickblox.com/docs/js-video-calling#event-listener
Also, please be notified that the handling of VoIP notifications in the background/non-running state isn't part of QuickBlox SDK's and the implementation of that functionality is up to the client side.
You can check the correct implementation and work of VoIP notifications on the clear QuickBlox iOS WebRTC sample, which you can find by this URL: https://docs.quickblox.com/docs/code-samples#video-calling-samples
We are going to release a new iOS Swift WebRTC sample that will bring more understanding in the implementation of VOIP functionality.
New Issue Checklist
Environment details
Did this work before? NO
Expected behavior Once the call is initiated and callee is offline it will receive a VOIP in return his app starts and receive a session. I need to know when the session is received on callee side, so I can update the calling screen stats from CALLING -> RINGING
Actual behavior No any notification or delegate method to notify
Steps to reproduce the behavior start calling an offline user via VOIP Push app open and session received called but no notification on caller side.
Any others comments There should be some delegate method to notify i.e. didStartRinging()