AndroidRTC
AndroidRTC copied to clipboard
An example of WebRTC natively on Android using PubNub for signaling.
I am not able to make call, always showing the user is not online
Hey @GleasonK After accepting incoming call , only showing connecting .not connected to other devices
The video call does not work if the two devices (mobile phones) are in two different network. I can chat though.
Pubnub provides api to switching the front camera. By default pubnub only using front camera. Referring to VideoChatActivity.java u can see the switch camera that pubnub provided. Can somebody know...
Hi, starting this morning (1/12/17 pst in us), when making a call from one user to another, and the receiver accepts the call, it takes a very long time for...
None of this imports of XirSysRequest is found: import org.apache.http.HttpRequest; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client.ClientProtocolException; import org.apache.http.client.HttpClient; import org.apache.http.client.entity.UrlEncodedFormEntity; import org.apache.http.client.methods.HttpPost; import org.apache.http.impl.client.DefaultHttpClient; import org.apache.http.message.BasicNameValuePair; What is the origin?
HttpClient was deprecated in Android 5.1 and is removed from the Android SDK in Android 6.0. There is a workaround to continue using HttpClient in Android 6.0 with Android Studio,
when we searching user or phone number its only given message user is not online why
my call status was always connecting .how to fix it?