restcomm-android-sdk icon indicating copy to clipboard operation
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

Results 100 restcomm-android-sdk issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

testing
spike

On initialize method of RCDevice there is a parameter _Context activityContext_ This param is not used, we should remove it.

API
api-breaking

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...

bug

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...

serviceability
spike
upcoming

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...

help wanted
Hacktoberfest

Check https://github.com/RestComm/restcomm-ios-sdk/issues/469 for more info

help wanted
Hacktoberfest