Is there a way to do audio conferencing rooms in Flutter? - flutter

I'm trying to build a simple audio-conferencing app similar to Clubhouse in Flutter, but with only the very barebones. I was trying to get started with the flutter WebRTC plugin because I thought that webRTC might be a good try to see if it works, but I couldn't find a way to do audio rooms or anything. I googled for AGES. Is there a way to get this done?

Related

How do I know WHAT I have to learn ? (Flutter)

I am currently working on a Video App but I don't know how to make a flutter app that can edit videos like trim them, make them of a specific aspect ratio (like add extra blurred space to fill up), add filters or do other stuff with video
Like I don't even know if these things are possible with flutter, I have no idea what to learn to implement this and googling didn't help either
I know there are libraries for these features but what if I wanna learn to make these stuff on my own because I don't wanna be a dependent developers who depends on other people for libraries
I want to learn to write these on my own
I might not have been able to explain myself through this question, sorry for a vague question
but pls don't close it, I really need to know the answer.
I tried googling, I tried looking up documentation but 'twas not of much help
You must know on which platform you want to have the application
It depends on the platform you choose to learn.
Flutter is good at creating a single code base for multiple platforms at once, but unfortunately there are things it can't do and must be done in the language of the target platform.
If the app is for Android and IOS, it would be better to learn Jetpack Compose and Swift,
Flutter will save you time in the future, but you would have to learn all three including flutter

How can i Implement music equaliser as well as visualiser in flutter?

I am implementing a music app in a flutter. In the app, I want to implement a music equalizer first, and together with this want to implement a visualizer.
like this : Qualizer and Visualizer
I have used this package Qualizer but it doesn't provide sound null safety. so I need an alternative to this.
I've been trying to do the same thing and I was able to implement an equalizer using this package just_audio but the only problem is that it only worked on Android and I couldn't make it work on IOS, I found an issue on GitHub discussing this matter but it was kinda confusing I'm trying to make it work still GitHub link

How do we integrate flutter with mux data?

I am trying to create a video streaming app in Flutter, using Mux. I also want to track user data to help recommend more specific videos per user. However, I do not know how exactly to integrate mux/data with the video_player plugin in flutter. Have I misunderstood how exactly these plugins/services work? I am using flutter for my frontend and python for the backend.
Links:
video_player: https://pub.dev/packages/video_player
mux/data: https://docs.mux.com/guides/data/track-your-video-performance
You could use this player instead which is functional: https://pub.dev/packages/mux_player
However, I'm struggling to make it autoplay and not go fullscreen when you play it as it feels kind of weird. It does track all data as you would expect.

webRTC Video and Audio Call in Flutter

I am new to Flutter App and I have to create a WEBRTC based video and audio calling app for both IOS and Android without using TURN Server with FCM for creating a connection between 2 users.
Could anyone please help me out how can we achieve this functionality?
Need something very similar to Peer js.
Any docs or videos explaining it will also help.
There is actually an existing plugin specific on the implementation of webRTC using Flutter. As for the tutorials, try to check the webRTC codelab and good video tutorial about "Realtime Communication with WebRTC in Flutter & Dart".

video conferencing + drawing in flutter

I am totally new to flutter.
I want to build a flutter application where 2 people can communicate with video/voice and each of them should be able to draw on the other persons video screen.
The communication would happen in a split screen where both of them can see their own video and other persons video.
Let's say one person decide to draw a mustache on the other persons face. Both of them would see it on the respective screens.
Is there an existing flutter plugin I can use for this ?
I would appreciate any help you can give me.
I am going to build the same thing with flutter
I researched a lot.
And found some dependency like agora rtc web rtc for flutter.
If you want to develop together then mail me on tushark690#gmail.com