best way to implement Video calling in android application [closed]

折月煮酒 提交于 2020-03-21 06:37:05

问题


I want to implement video calling in my android application. What is best option for implementing this application?


回答1:


Definitely i would recommend

WebRTC (Web Real time Communication)

it's a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.

Here's an android app sample using it. ( i tried it myself)

https://github.com/RWebRTC/WebRTC-Android-Learn

And this is the official webRTC website: https://webrtc.org


And if you are willing to use a paid but fast to integrate service i would recommend Sinch: https://www.sinch.com/



来源:https://stackoverflow.com/questions/41330091/best-way-to-implement-video-calling-in-android-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!