ConnectyCube / connectycube-flutter-samples

Code samples for Flutter, based on ConnectyCube platform
https://developers.connectycube.com/flutter/
Apache License 2.0
85 stars 90 forks source link

Got troubles with building Flutter code samples.Can anybody help me create a simple sample for p2p calls #357

Closed muj-i closed 2 weeks ago

TatankaConCube commented 6 months ago

what issues do you have during building the app? For which platform do you try to build?

muj-i commented 6 months 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.

TatankaConCube commented 6 months ago

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.

CubeRomanMagellan commented 2 weeks ago

no activity for a long time, closing.