QuickBlox / quickblox-ios-sdk

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

Calls not working in background in swift but working fine in objective C #1206

Closed Awais987 closed 1 year ago

Awais987 commented 4 years ago

New Issue Checklist

Environment details

Info Value
iOS Version e.g. 13.3.1
Quickblox iOS SDK version e.g. 2.17.4
QuickbloxWebRTC SDK version e.g. 2.7.4
Xcode Version e.g. Xcode 11.3.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

VladimirNybozhinsky commented 4 years ago

Please check the latest update Swift-Video-Chat-WEBRTC https://github.com/QuickBlox/quickblox-ios-sdk/commit/9b70536f44558d7ce004449731a9cfb4e539ea2b

Awais987 commented 4 years ago

@VladimirNybozhinsky yes it is working fine now there is only 1 issue left when i picked call from terminate state or from lock screen the voice connection is lost and i can't hear other user voice but it is working fine in background or active state

Muhammad7861 commented 4 years ago

@VladimirNybozhinsky yes it is working fine now there is only 1 issue left when i picked call from terminate state or from lock screen the voice connection is lost and i can't hear other user voice but it is working fine in background or active state

yes i have same issue which is facing by @Awais987 please look into this we are on ending state we have need to buy startup or enterprise plan

Muhammad7861 commented 4 years ago

@VladimirNybozhinsky please update and check thoroughly swift webrtc project we are on stake with our client 4 months effort can be destroyed on this last feature of quickblox Please help into this.

Navya-ios commented 3 years ago

@VladimirNybozhinsky yes it is working fine now there is only 1 issue left when i picked call from terminate state or from lock screen the voice connection is lost and i can't hear other user voice but it is working fine in background or active state

Can i know how you implemented background video call in swift ?

ghost commented 2 years ago

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

RuchiMakadia commented 2 years ago

same issue video calling not work in background in swift

ghost commented 2 years ago

@RuchiMakadia Hello,

Please check our new swift sample where the background call functionality is reworked and described in more detail: https://github.com/QuickBlox/quickblox-ios-sdk/tree/master/sample-videochat-webrtc-swift