Voice calls over a Chat app using Firebase

前端 未结 1 1849
名媛妹妹
名媛妹妹 2021-02-06 08:22

I am trying to build a simple chat application. But it requires Voice calls functionality to other users. I would be using Firebase for messaging. Does Firebase have Voice calls

1条回答
  •  我在风中等你
    2021-02-06 08:51

    If you want to create voice call or video call app, maybe you can use WebRTC technology.

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

    There is a nice presentation here

    0 讨论(0)
提交回复
热议问题