-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
call state real time #255
Comments
try: if str(call.state) == 'CallState.ENDED' |
not work , but what the point to check call.state as CallState.ENDED string? |
I also ran into this issue (v1.6.8). It seems that even though Added a new
Added an additional condition in the
Added a check for the
|
Hey ,
trying to get call state in "real time" but is not work
my example code
when i make the call is print state ("Ringing") but even if i end the call without anwser from my phone is keep print Ringing , how i can make it to get current call state?
Thank you
The text was updated successfully, but these errors were encountered: