TatankaConCube

Results 145 comments of TatankaConCube

> I have to lock my iPhone and close the app. and why can't do it in debug mode when the device is connected to the Xcode?

then you need the Console app for reading and collecting logs > can you reproduce the same issue in the debug build? here I meant the build installed via Xcode,...

> And another interesting news, lagacy will be eliminated on 6/20/2023 if you use the ConnectyCube API for sending the push notifications, you already can use the FCM Service Account...

you should initialize P2PClient only after successful login to the chat. P2PClient uses the chat connection for signaling exchange and it won't work without the chat connection. it is not...

> `subscribe(String token) async {` no, it is just the creation of the subscription on the push notifications, and yes, you need to create the API session with a user...

It depends on what do you need. If you need just show the CallKit you need only data in the payload to show it. Also, you can reject the call...

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

Ok. Your integration will consist of two parts: - integration of calls on the Flutter app side; - CallKit integration; The first point is described in our [article](https://dev.to/connectycube/build-a-video-chat-app-with-connectycube-flutter-sdk-3n4h) and our...

Yesterday we had some updates related to the conference calls on our server. Could you try to reproduce your issue today? Can you reproduce your issue in our sample? Do...

Our SDK provides some helpful callbacks related to your request. there are `void Function(WsException)? onError;` and `void Function(bool?, int?)? onSlowLink;`. The callback `onError` will fire when the server sends an...