jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
277 stars 240 forks source link

Error in OnePlus phones: Call cannot be placed because there are no calling accounts which support calls of this type. #60

Closed hetsgandhi closed 3 years ago

hetsgandhi commented 4 years ago

Almost all phones of OnePlus gives the error saying "Call cannot be placed because there are no calling accounts which support calls of this type."

oneplus

Please help as soon as possible.

Thanks in advance.

rajadci commented 4 years ago

Did you find a solution for this?

hetsgandhi commented 4 years ago

No, not yet @rajadci

rajadci commented 4 years ago

Oh, okay. People are suggesting that this could be due to ACC magisk module in Oneplus phones.

hetsgandhi commented 4 years ago

So what could be the solution from application side?

NiravPotenza commented 4 years ago

i am also facing same issue,Did you find a solution for this? and one more thing is there any way to change video calling layout..?

Please let me know as soon as possible.

Thanks in advance.

saghul commented 4 years ago

You can try passing the "call-integration.enabled" feature flag to false when building the conference options.

sourabh129 commented 3 years ago

I have a rooted device. It happened to me when I disabled com.qualcomm.qcrilmsgtunnel service. After enabling this service and restarting the device, the problem gets fixed.

cHAuHaNz commented 3 years ago

You can try passing the "call-integration.enabled" feature flag to false when building the conference options.

That actually helped. Thanks for this.

Prat-JD commented 2 years ago

You can try passing the "call-integration.enabled" feature flag to false when building the conference options.

That actually helped. Thanks for this.

I'm not getting option to make this changes. Please help

geiszla commented 2 years ago

Is there a way to detect if the phone supports this call type and only then enable it? We're also facing this issue on some phones, but wouldn't want to disable the call integration for everyone, because that can make the user experience worse (and in most cases it works just fine). Thanks.

saghul commented 2 years ago

I wish we knew.