stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
855 stars 278 forks source link

Native android java example #45

Closed 28development closed 6 years ago

28development commented 6 years ago

Hi,

This repository works great so far. In my case we need to create this video call from a webbrowser to a native android app. I could not find a proper native android example for this case. Could you tell me if there is one?

Best regards.

alejo-moreno commented 6 years ago

According to the documentation "The PubNub Android WebRTC Signaling API is fully compatible with the PubNub JavaScript WebRTC SDK. This means that browser to mobile communication is simple!"

Here is the project

28development commented 6 years ago

Hi,

I set up the android application but I am not able to find to suitable webapplication source code/repository.

Best regards

alejo-moreno commented 6 years ago

@28development You mean the Web SDK version of this? If so, check out this

28development commented 6 years ago

Issue can be removed