Open defnax opened 3 years ago
@Kumaravinash9 you using retroshare? never saw you yet on retroshare,
Yes, I am on retroshare. Sent you a invite linkπ
i forget this feature, every mobile app has it, Whatsapp/Telegram... only for Retroshare mobile app not for Desktop.
When want send a voice message via private chat or distant chat, (only for 1:1 not for chat rooms) updated the todo list.
- Send a Voice Message
https://pub.dev/packages/flutter_sound https://pub.dev/packages/audio_recorder
// Import package import 'package:audio_recorder/audio_recorder.dart'; // Check permissions before starting bool hasPermissions = await AudioRecorder.hasPermissions; // Get the state of the recorder bool isRecording = await AudioRecorder.isRecording; // Start recording await AudioRecorder.start(path: _controller.text, audioOutputFormat: AudioOutputFormat.AAC); // Stop recording Recording recording = await AudioRecorder.stop(); print("Path : ${recording.path}, Format : ${recording.audioOutputFormat}, Duration : ${recording.duration}, Extension : ${recording.extension},");
Actually we have some issue with it. Actually as of now retroshare service is not accesable to large file. Mean to say we are not able to send large files.
Actually we have some issue with it. Actually as of now retroshare service is not accesable to large file. Mean to say we are not able to send large files.
https://rrtutors.com/tutorials/flutter-audio-recodring-application
But i mean about send short files voice messages takes not so much in filesize, about 10-60 seconds maximum record and send the audio file. on other side the users needs download then play it on the chat view .
Ok.
Konrads first mokups seems there was a idea with Friends list and view the direct friends when inm right with status. On the main Friends view
Actually i got some other code base. It was different from above and Konrads only added UI not added with backend as i know
I worked on B1rd code base that is aviable on GIT lab
Atempting to compile retroshare-mobile with latest flutter....