-
Notifications
You must be signed in to change notification settings - Fork 459
isCallActive returning undefined #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Is anyone going to support here? or is this package lost? I have cleaned my node modules and pods multiple times. Sometimes it works, sometimes it doesn't. This is quite unstable to be honest. I am not getting anything on didLoadWithEvents either. I don't have any way to determine if a call was accepted early. @manuquentin can you please revert sir? |
Have you tried with 4.0.0 or 4.0.1? |
@sboily currently i am on 4.0.1 and it doesn't work |
Yes, I am having the same issue! |
Bug report
I've checked the example to reproduce the issue.
Reproduced on:
iOS
Description
I have the following code to check if answercall was pressed early before JS context is loaded.
But in this scenario isCallActive is returning me undefined all the time. First console log is printed so i know that my method is executed but isCallActive doesnt work properly so the whole 1 second timer loop doesnt work.
Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: