-
Notifications
You must be signed in to change notification settings - Fork 0
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
QuickBlox calling notification using FlutterCallkitIncoming in background. #81
Comments
Hello @shaikhTaha97 You can change the dialing time interval. This parameter is for how often to notify your opponents of your call. Link to documentation. An example of how to do this is below:
I hope this helps solve your issue. Best regards, |
Thank you for the response, it did help for some milliseconds, is there any proper handling using callkit? anywhere on the internet? using flutter sdk. |
Hello @shaikhTaha97 Unfortunately, this is currently not possible with our Flutter SDK. To accept or reject a call you need a session, for which you need to open the application and perform the necessary steps like initialising the SDK, and subscribing to the events. We will look forward to making it more easy in the future. Best regards, |
Thank you for the swift response. |
Steps happening when i tap answer action of call kit.
QB initialize
chat re-connect
my app modules init
add subscriptions to call manager.
after adding subscription i receive call after a delay of 2-3 seconds.
this whole process takes upto 5-seconds to get call.
is there any workaround?
when i try to accept call directly from my call manager, it doesn't have session.
I don't know whats wrong with it.
Please Help!
The text was updated successfully, but these errors were encountered: