Voice calls through a chat application using Firebase

I am trying to create a simple chat application. But other users require a voice call feature. I would use Firebase for messaging. Does Firebase support voice calls? I can configure external SIP

+4
source share
2 answers

If you want to create a voice connection or a video call application, perhaps you can use WebRTC technology.

WebRTC is a free, open source project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities through simple APIs.

There is a nice presentation here

+5
source
0

Source: https://habr.com/ru/post/1664245/


All Articles