Closed muj-i closed 2 weeks ago
what issues do you have during building the app? For which platform do you try to build?
I've downloaded the P2P sample code, but it seems too complex for me. I need to grasp the basic idea. I have two apps: one for nutritionists and the other for the general public. Users book appointments through the public app, and then the nutritionist calls them. I want to integrate CallKit for incoming calls via FCM notification, covering every state - foreground, background, and terminated state.
Could you please provide a simple sample for this purpose? The basic requirements are to start a call from one app and receive or decline the call from the other app.
Ok. Your integration will consist of two parts:
The first point is described in our article and our documentation https://developers.connectycube.com/flutter/videocalling.
The second part is described in the connectycube_flutter_call_kit's documentation and our documentation https://developers.connectycube.com/flutter/videocalling?id=callkit for the CallKit integration.
These two parts are integrated in our P2P calls sample and you can see how it is integrated there.
no activity for a long time, closing.
what issues do you have during building the app? For which platform do you try to build?