Accelerator icon indicating copy to clipboard operation
Accelerator copied to clipboard

Do you think we can create this project without webrtc?

Open emaalouf opened this issue 4 years ago • 1 comments

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

emaalouf avatar Nov 17 '20 22:11 emaalouf

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 :)

cracker0dks avatar Nov 18 '20 00:11 cracker0dks