sd012gfhkhhvh / Slate.AI

A Real Time Whiteboard for doodling with multiple peoples
https://slate-ai.vercel.app
MIT License
11 stars 16 forks source link

[FEATURE] - Adding voice call fuctionality. #27

Open maadi7 opened 7 months ago

maadi7 commented 7 months ago

Is your feature request related to a problem? Please describe: hii @sd012gfhkhhvh, your project is really good. I would like to add voice call fuctionality so that people working together can communicate more comfortably.

Describe the Solution You'd Like: as of now, I am not very sure how would I implement it, but I really want to work on this issue and I will try my be best to complete it.

sd012gfhkhhvh commented 7 months ago

@maadi7 it's sounds interesting, and a good featire to have. Did you implement any realtime communication API's before? Let me know what approach you are thinking about?

maadi7 commented 7 months ago

@sd012gfhkhhvh hii, actually I am thinling of using webRTC for this. earlier In lockdown during pandemic I have studied a lot about it and also made some projects using it, so I think it will work.

sd012gfhkhhvh commented 6 months ago

Are you sure that this will not create any conflicts with socket connections?

sd012gfhkhhvh commented 6 months ago

I am assigning the issue but try to explore a solution that does not create any conflict with the existing App. You can use 3rd pary libraries for audio encoding and decoding and send them via socket chanels, Ig this could be possible. Let me know your thougts.

maadi7 commented 6 months ago

Sounds cool. I will keep you updating about my progress.