最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - What is AppRTC, how is it helpful for creating video call app for mobile? - Stack Overflow

programmeradmin1浏览0评论

I have developed a decent video calling application for web using WebRTC and Javascript which is working fine in both Chrome and Firefox. Now, a similar app is to be created for the mobile also (by the android devs in my pany). I'm helping them out for the same. After a bit of research they could find out that it is possible using AppRTC. /

So, now I'm setting up this in a dev server.

But my doubts are:

  • Here it is given as:

    appr.tc is a webrtc demo application hosted on App Engine.

    What is this actually? I couldn't understand this. Is AppRTC just a sample application? Or, can it give specific response when accessed from mobile perspective?

  • Is AppRTC really needed for creating video chat app for mobile? For web, I was able to access WebRTC API's using javascript. Is it possible to do the same in Java and create a mobile app without depending on AppRTC?

I have developed a decent video calling application for web using WebRTC and Javascript which is working fine in both Chrome and Firefox. Now, a similar app is to be created for the mobile also (by the android devs in my pany). I'm helping them out for the same. After a bit of research they could find out that it is possible using AppRTC. https://appr.tc/

So, now I'm setting up this in a dev server.

But my doubts are:

  • Here it is given as:

    appr.tc is a webrtc demo application hosted on App Engine.

    What is this actually? I couldn't understand this. Is AppRTC just a sample application? Or, can it give specific response when accessed from mobile perspective?

  • Is AppRTC really needed for creating video chat app for mobile? For web, I was able to access WebRTC API's using javascript. Is it possible to do the same in Java and create a mobile app without depending on AppRTC?

Share Improve this question asked Apr 3, 2018 at 17:44 AdershAdersh 5981 gold badge9 silver badges22 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 4

AppRTC appears to simply be an example of an application built off of WebRTC.

There shouldn't be a reason you can't simply use WebRTC directly if you want, as that is the tech under AppRTC.

In case you didn't find it, here is the GitHub repo for it: https://github./webrtc/apprtc

For a native Java app, you can use the Android WebRTC package: https://webrtc/native-code/android/. That'll make it available via Java.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论