android-webrtc-api icon indicating copy to clipboard operation
android-webrtc-api copied to clipboard

Pubnub Android WebRTC Signaling Library

Results 6 android-webrtc-api issues
Sort by recently updated
recently updated
newest added

pnRTCClient.listenOn("Username"); if i pass username as Avani then olny avani can call to other user but other user not calling me

Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. > Illegal char at index 2: \C:\Users\Gaurav Pandey\.gradle\caches\transforms-1\files-1.1\libjingle-9694.aar\70d03a5cecbc95a438750f465b057ccc\jars\libs\libjingle_peerconnection.jar\..\..\tmplMrzJR\.empty

hi @GleasonK ,i had error Can you help me, please!? at com.pubnub.api.PubnubCore.subscribe(Unknown Source) at com.pubnub.api.Pubnub.subscribe(Unknown Source) at com.pubnub.api.PubnubCore.subscribe(Unknown Source) at com.pubnub.api.Pubnub.subscribe(Unknown Source) at com.example.l.videocall.PnRt.PnPeerConnectionClient.subscribe(PnPeerConnectionClient.java:106) at com.example.l.videocall.PnRt.PnPeerConnectionClient.listenOn(PnPeerConnectionClient.java:72) at com.example.l.videocall.PnRt.PnRTCClient.listenOn(PnRTCClient.java:123) at com.example.l.videocall.VideoChatActivity.onCreate(VideoChatActivity.java:103)

Callee is not able to get caller side A/V stream. The caller's SDP has audio and video constraints reconly: **a=mid:audio . . a=recvonly a=mid:video . . a=recvonly** How to enable...

hi @GleasonK , I use demo androidRTC ! When i update libjingle to 11139@aar in gradle, in my class cant import org.webrtc! Can you help me, please!?

Hi @GleasonK, Currently I'm working on a Broadcasting app. I started from this post, I am using your libraries to do the broadcaster side, but now I'm working in the...