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
This should be implemented after #232 lays the basic foundation. Also, we need to consider what is the best way to populate the 'domain' part of the SIP URI for...
Normally only one message activity should be allowed in android task stack. However with the following scenario we end up with 2: - Olympus sends message to Messenger - While...
Right now we support what is described [here](https://github.com/RestComm/restcomm-android-sdk/issues/691#issuecomment-326985883). We additionally want to support: - App to be installed if not installed on the device - See if we can add...
Although we don't have a big issue currently, let's keep this issue for the future. Here's a very nice hands-on [guide](https://www.youtube.com/watch?v=7ll-rkLCtyk&list=WL&t=1128s&index=16) from Google I/O 2017 on how to fix some...
We have had issues with our icon looking weird in some Android devices. Let's use latest instructions on getting this as compatible as possible. [Here](https://developer.android.com/preview/features/adaptive-icons.html) and [here](https://medium.com/@ianhlake/vectordrawable-adaptive-icons-3fed3d3205b5) are some nice...
For some reason the sensor only works properly if we start off holding the phone far from the ear. If we keep it near, the audio is still routed to...
Hi I installed an asterisk server that support's SIP and WebRTC protocols. Can i use this sdk to connect to my asterisk server ? or it just works with restcomm-connect...
I was trying to figure out if android sdk allows to register new clients through sdk as well, I have searched a lot and no avail so far. Documentation has...