Closed MAsifZ closed 1 year ago
If call is rejected by CallKit, you can actually save the rejected call uuid and when didReceiveNewSession
is called you can verify is call has been rejected already
Hey please join a Community made QuickBlox Slack so we can help each other on the QB platform:
https://join.slack.com/t/quickbloxcommunity/shared_invite/zt-q0s3bx3b-YzacqhEfPeBGbEdgEtFr1g
@MAsifZ Hello,
This is Nikolay from QuickBlox support.
Please let me know if the issue is still relevant.
Please check our documentation: https://docs.quickblox.com/docs/ios-video-calling
Also, please update the SDK to the latest version: https://github.com/QuickBlox/quickblox-ios-sdk/releases/tag/2.17.10
Additionally, please check our samples: https://docs.quickblox.com/docs/code-samples#video-calling-samples
Hi Please unsubscribe me from this list. I am not able to login and unsubscribe as I don't recall my password. Can you please remove me from this list?
Thanks Kunal
On Wed, Dec 23, 2020, 12:04 PM MAsifZ @.***> wrote:
New Issue Checklist
- I have read the Documentation https://quickblox.com/developers/IOS
- I have searched for a similar issue in the project https://github.com/QuickBlox/quickblox-ios-sdk/issues and found none
Environment details Info Value iOS Version e.g. 8.0 Quickblox iOS SDK version e.g. 2.7.6 QuickbloxWebRTC SDK version e.g. 2.2.1 Xcode Version e.g. Xcode 8.1 Repro with our demo sample e.g. does it happen with our demo sample?
Did this work before?
Expected behavior
Actual behavior
Logs
Please use the following template for logs:
To enable full logs use the following code:
[QBSettings setLogLevel:QBLogLevelDebug]; [QBSettings enableXMPPLogging];
Title for logs
// Your logs here
Steps to reproduce the behavior
Any others comments When application is in background state or killed state and if new call comes and if i reject new call from background. And if i come to foreground and than all calls are rejected automatically
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/QuickBlox/quickblox-ios-sdk/issues/1258, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJRSH6Q4YJK7JQRET2VXFFDSWGFRBANCNFSM4VGS6DMQ .
New Issue Checklist
Environment details
Did this work before?
Expected behavior
Actual behavior
Logs
Please use the following template for logs:
To enable full logs use the following code:
Title for logs
```logos // Your logs here ```Steps to reproduce the behavior
Any others comments When application is in background state or killed state and if new call comes and if i reject new call from background. And if i come to foreground and than all calls are rejected automatically