cracker0dks / Accelerator

Online Conference and Collaboration Tool
GNU General Public License v3.0
65 stars 25 forks source link

Do you think we can create this project without webrtc? #37

Open emaalouf opened 3 years ago

emaalouf commented 3 years ago

I saw that you have shared this repo here: https://github.com/cracker0dks/nodeJsVoip, and it is honestly amazing, I would like to ask, would it be possible to integrate this repo into this project? Because avoiding webrtc helps a lot with create native iOS apps, let me know if that would be a possibility.

Thanks

cracker0dks commented 3 years ago

In general -> you could. But you gain some benefits from using webRtc, especially on bad connections but also because of hardware acceleration. If we want to avoid webRTC we could use the AudioApi and wasm implementations for codecs like opus. My repo is not suitable and just a demonstration for the lowest of levels :)