restcomm-android-sdk
restcomm-android-sdk copied to clipboard
Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
...in order for the SDKs to be able to work
Can the restcomm SDK be utilized without and ICE server?
Signaling and media facilities already exist for IPv6, but we need to verify that it works for the SDK as a whole, and if not come up with enhancements. Here's...
We need to have test for whole push notification logic in an end to end manner. That is receiving a call via push while app is in the background, receive...
On initialize method of RCDevice there is a parameter _Context activityContext_ This param is not used, we should remove it.
Here's the stacktrace: ``` java.lang.RuntimeException: Failed to build SIP Register request at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipMessageBuilder.buildRegisterRequest(JainSipMessageBuilder.java:203) at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipClient.jainSipClientUnregister(JainSipClient.java:572) at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipJob$JainSipFsm.process(JainSipJob.java:400) at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipJob.startFsm(JainSipJob.java:782) at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipJobManager.add(JainSipJobManager.java:53) at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipJobManager.add(JainSipJobManager.java:61) at org.restcomm.android.sdk.SignalingClient.JainSipClient.JainSipClient.reconfigure(JainSipClient.java:310) at org.restcomm.android.sdk.SignalingClient.SignalingHandler.handleMessage(SignalingHandler.java:81) at android.os.Handler.dispatchMessage(Handler.java:102) at...
When I get a message from "B" device, "A" device is opening a new Intent but the problem is that every message is opening a new intent. That means, 100...
Right now the user needs to tell RCDevice to enable logs (by DEBUG_JAIN_SIP_LOGGING_ENABLED) and then logs in DEBUG level are output to a file in the Android Device which is...
Here is what I have found so far: 1. Testing with OnePlus One: 1. Starting any activity while already in landscape orientation makes the title in the action bar show...
Check https://github.com/RestComm/restcomm-ios-sdk/issues/469 for more info