问题描述
我正在尝试使用WebRTC应用程序通过相机进行通信。我能够在两个桌面上的对等体之间进行通信,在一个桌面上我运行node.js服务器,而另一个桌面我给出了我的m / c的IP地址和端口详细信息,并且能够使用相机进行连接和通信。
我想用手机(Android客户端)和桌面做同样的事情,但我不知道如何编写android客户端(即如何使用jWebSocket / sipML / OSIMS开发这个app客户端)。
请指导我如何开发这样的ap。
Regds
SNI
Hi,
I am trying to communicate thru camera using WebRTC application. I was able to communicate between peers on two desktops where on one desktop I ran node.js server and from other one I given IP address and port details of my m/c and able to connect and communicate using camera.
Same thing I want to do with mobile (Android Client) and Desktop but I am not sure how to write android client (i.e. how to develop this app client whether using jWebSocket/sipML/OSIMS).
Please guide me how to develop such ap.
Regds
SNI
推荐答案
这篇关于如何开发Android WebRTC客户端的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!