Native Android WebRTC application development

前端 未结 5 2257
情深已故
情深已故 2020-12-24 01:55

I am trying to create an android application for video chat and messaging by using WebRtc Native apis. I have been through several links and found out that most of the docum

5条回答
  •  悲&欢浪女
    2020-12-24 02:45

    @Mark Sherman gave a good answer on how to get the libjingle lib into compiling into your project. You will still need to come up with your own signaling service. The project I found helpful which includes an Android Client and service is the following:

    Client - https://github.com/pchab/AndroidRTC

    Signaling - https://github.com/pchab/ProjectRTC

    You can also check out Ericsson's cross platform extensive SDK called OpenWebRTC:

    http://www.openwebrtc.org/

    https://github.com/EricssonResearch/openwebrtc-android-sdk

提交回复
热议问题