Ways to integrate the audio-video calling into my application.
Thanks in Advance!
Ways to integrate the audio-video calling into my application.
Thanks in Advance!
If it is for a simple web application, You can check webrtc and use Phoenix and websocket as signaling server.
If it is more serious, and implies videoconf, You might need an additional server for codec transpiling… I would choose Asterisk for example
Hello Kokolegorille!
Thanks for your suggestion.