TatankaConCube

Results 145 comments of TatankaConCube

> i am getting callername null from sender side why don't you send the caller's name from the sender's side? I recall you that this issue is not related to...

> which is the same in your demo some time ago we migrated our sample from third-party libs to this one, but in your example, you use `FlutterCallKitPlugin` which doesn't...

only one line is not enough to investigate this issue, provide please full stack trace and steps for reproducing

@sudobrackets could you please provide the full log from starting the app till getting this issue?

will check it soon

@sudobrackets @Space-Meet the version 2.0.2 was released, try it

hmm... we haven't added any translations yet in this plugin. Can it be some system feature in your ROM for translation text on the screen?

As we can see on the screenshot, you use the modified plugin (custom background, avatar) and we don't know which other modifications are presented there.

@saimohanayinam could you please share here the log from both sides (flutter and web) which contains the sent messages from both platforms. Looks like you send the attachment in a...

@saimohanayinam as I predicted before, you send attachments in a different way for both platforms ```dart void onSendChatAttachment(CubeFile cubeFile, imageData) async { final attachment = CubeAttachment(); attachment.id = cubeFile.uid; attachment.type...