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

Scenario: - Message arrives from unknown contact - Olympus tries to add this contact and it crashes because an entry with the same contact.name exists in the contact db. ```...

App

The new images for the DTMF Keypad has been added

Fixes the permission issue and has some new (Non-Working and Not affecting the existing code)

peer review

Right now, to avoid bad experience the user app needs to hide the views until RCConnection is connected and then show them. If we show them earlier, they show up...

Added a feature to import all contacts in the phone to Olympus app.

peer review

* enhanced bug reports will make it easier for Ops and engineering to determine cause of failures; * standardized format and naming will allow for filing and search (should include...

Apart from SIP INFO currently supported. RTCDTMFSender is using RTP OOB, which is more robust and is translatable by SIP GW as well so that we interoperate with PSTN, something...

important

Currently reachability features work outside a call. If inside a call while network changes, the call is terminated. Maybe a better approach would be to re-invite the other party. But...