Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebRTC Native API for Android [closed]

Tags:

android

webrtc

I want to develop Android Native video chat app using WebRTC(Not browser). Main feature is Android user can able to call Desktop web browser. Any way?(please without third party API)

like image 570
Murugan Pandian Avatar asked Jan 31 '14 05:01

Murugan Pandian


People also ask

Can WebRTC be used in Android Apps?

You can use WebRTC facilities in the Android Platform with the help of Ant Media Server's Native WebRTC Android SDK.

What is native WebRTC?

The WebRTC Native APIs implementation is based on W3C's WebRTC 1.0: Real-time Communication Between Browsers. The code that implements WebRTC Native APIs (including the Stream and PeerConnection APIs) are available here. A sample client application is also provided.

How do I compile native WebRTC library from source in Android?

First we need to setup all tools we need, which is depot_tools, it includes custom git binary, ninja build tools, gclient, gn, fetch etc. It is quite easy, clone the repository from https://chromium.googlesource.com/chromium/tools/depot_tools.git then add the local cloned repository into the PATH environment variables.


1 Answers

It's possible using javascript (intel xdk) hybrid app

link:https://crosswalk-project.org/

like image 155
Murugan Pandian Avatar answered Oct 11 '22 08:10

Murugan Pandian