QuickBlox / quickblox-ios-sdk

QuickBlox iOS SDK for messaging and video calling
https://quickblox.com/developers/IOS
MIT License
396 stars 358 forks source link

Reject video call in background #1258

Closed MAsifZ closed 1 year ago

MAsifZ commented 3 years ago

New Issue Checklist

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 ```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

maughray commented 3 years 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

stephanoparaskeva commented 3 years ago

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

ghost commented 3 years ago

@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

kmittal98 commented 3 years ago

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

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 .