connectycube-flutter-samples icon indicating copy to clipboard operation
connectycube-flutter-samples copied to clipboard

Code samples for Flutter, based on ConnectyCube platform

Results 44 connectycube-flutter-samples issues
Sort by recently updated
recently updated
newest added
trafficstars

**Specify the sample to which the issue belongs (use [x]):** [] Chat sample [x] P2P Call sample [] Conference Call sample **Platform (use [x])** [x] Android [] iOS [] macOS...

Hi @TatankaConCube i have some question: 1, How can I receive a notification/event when camera of local or remote is turned on/off when video calling? i have tried MediaStream.onAddTrack and...

Hi @TatankaConCube , First I want to ask if this was a design choice or are we missing implementation on our side. We have no problem in Group Chats. We...

I just upgraded to the latest Flutter version and when I try to use the latest `connectycube_sdk: ^2.1.1` I get a dependency error. > Because no versions of connectycube_sdk match...

When the App is in the running state, and the custom ringtone, kept in app/src/main/res/raw folder plays when ConnectycubeFlutterCallKit.showCallNotification(callEvent); is called. ConnectycubeFlutterCallKit.instance.init( onCallAccepted: _onCallAccepted, onCallRejected: _onCallRejected, ringtone: 'custom_ringtone', icon: 'lifehetu_logo',...

**Specify the sample to which the issue belongs (use [x]):** [] Chat sample [] P2P Call sample [] Conference Call sample **Platform (use [x])** [] Android Why sometimes we answer...

**Specify the sample to which the issue belongs (use [x]):** [] Chat sample [X] P2P Call sample [] Conference Call sample **Platform (use [x])** [X] Android [] iOS [] macOS...

Following ```Row``` widget is causing overflow in small screen devices (noticeable after adding screenshare button): https://github.com/ConnectyCube/connectycube-flutter-samples/blob/aa9277200deef5c8237173dd9636ecfd12f1271d/p2p_call_sample/lib/src/conversation_screen.dart#L246

bug

**Specify the sample to which the issue belongs (use [x]):** [x ] Chat sample [x ] P2P Call sample [x ] Conference Call sample **Platform (use [x])** [ x] Android...

enhancement

I have one suggestion for ConnectyCube SDK. Add a management for AppLifecycleState and ConnectivityResult to ConnectyCube SDK. This is to allow developers to determine the app state by looking only...