You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :)
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
The text was updated successfully, but these errors were encountered: