You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @hiennguyen92
How are you
Thank you for this callkit package, I Know it is very crucial to handle such a big package.
I'm facing some issues please guide me about these...
The ringtone is not working in release mode, even though I added a custom audio sound for it. both custom and system ringtones works fine in debug mode, but not in release mode.
The call screen does not disappear when one person ends the call in release mode.
Sometimes, the call notification doesn’t disappear in release mode.
facing this exception when triggering endAllCalls() PlatformException(error, Internal error: TypeReference constructed without actual type information, , null) release mode issue.
The text was updated successfully, but these errors were encountered:
I’ve completed most of the configurations. However, I need some assistance with how to implement two key methods on the Kotlin side:
FlutterCallkitIncomingPlugin.getInstance().sendEventCustom(body: Map<String, Any>): How should I pass the data from Kotlin? Can you guide me on how to structure the body parameter for this method?
FlutterCallkitIncomingPlugin.getInstance().showIncomingNotification(...): How can I show the incoming call notification in Kotlin? I need guidance on what parameters should be passed and how to implement this.
I would greatly appreciate your assistance in understanding where these methods should be placed in the Kotlin code and how to properly format the data for the above functions or please update the readme so that everyone will get assistance.
Hi @hiennguyen92
How are you
Thank you for this callkit package, I Know it is very crucial to handle such a big package.
I'm facing some issues please guide me about these...
The text was updated successfully, but these errors were encountered: