Search results

  1. M

    Fatal Exception: java.lang.NullPointerException

    Hi, Looking at this crash that many of our clients are experiencing with version 1.0.1.77: "Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'void...
  2. M

    Fatal Exception: java.lang.NullPointerException

    Thanks a lot for your quick answer. Actually although we are only using 1.0.1.77 (otherwise the apk is 20 mb heavier ) , the crash happens in both SDKs and in all android devices, so it seems that it doesn't depend on it. Regarding the network, I guess that it'll depend on the user access...
  3. M

    Fatal Exception: java.lang.NullPointerException

    Thanks Max, Hi,Still having sometimes this issue with version 1.0.1.77:Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'void com.flashphoner.fpwcsapi.webrtc.MediaConnection.setMediaConnectionListener(com.flashphoner.fpwcsapi.webrtc.MediaConnectionListener)' on a...
  4. M

    Fatal Exception: java.lang.NullPointerException

    Hi We are getting so many "Fatal Exception: java.lang.NullPointerException Attempt to invoke virtual method 'void com.flashphoner.fpwcsapi.webrtc.MediaConnection.setMediaConnectionListener(com.flashphoner.fpwcsapi.webrtc.MediaConnectionListener)' on a null object reference" in our Android...
  5. M

    Delayed calls without human action

    Hi Max, it's being difficult to reproduce the issue. We can add to the previous post this additional log that we have found just at the same time as the calls were launched: Disconnected by server shutdown;/85.250.x.x:53482/90.169.x.x:9443-ff402e81-f4aa-4088-b54f-8d89d352c2cc We'll keep trying...
  6. M

    Delayed calls without human action

    Hi, we are receiving some complaints from our clients that assure that their apps are making calls without any action. We are using the webcallserver as gateway from the webrtc app in android to SIP. We initially thought that the problem was in the mobile app, but we finally reproduced it, and...
  7. M

    Android sdk problem. "A Call is in progress. You can only adjust call volume"

    Hi Max, thanks for your answer. Unfortunately, It's still happening when callingcall.hangup(); session.disconnect(); Flashphoner.releaseLocalMediaAccess(); at the end of the call. It seems to be a Xiaomi bug :-8 Thanks
  8. M

    Android sdk problem. "A Call is in progress. You can only adjust call volume"

    Hi, We are using WCS 1.0.1.35 for Android and we have noticed that when a call is finished in some devices (Xiaomi) an annoying inapp notification appears: "A Call is in progress. You can only adjust call volume" and this notification sometimes can't be closed... To end a call we run the...
  9. M

    Voice recording in the handset (android and iOS)

    Thanks again, we are going to test sip_record_stream=true, but I can't find in the documentation where the recorded files are located. Setting this variable, Will all the SIP calls be recored?
  10. M

    Voice recording in the handset (android and iOS)

    So far, we have used the WCS library to make voice calls creating the Object type Session, obtaining object Call and making Call.call(). I have an additional question, with this scenario of making calls, if we want to record in the server side, can we send in each call if we want to record it...
  11. M

    Voice recording in the handset (android and iOS)

    Thanks. Neither in iOS?
  12. M

    Voice recording in the handset (android and iOS)

    Thanks Max for your quick answer. Actually we don't want to record the voice call in both ways but just the incoming stream that we receive. In fact we are cheking it, but we have this question: Is there a way to get a stream of a Call object in wcs Android client in order to dump data to a...
  13. M

    Voice recording in the handset (android and iOS)

    Hi, we are using WCS 5.2 and asterisk for offering our customers voip calls from iOS and android apps to normal phones. We are considering to include a recording feature in the app. It'd be easy to do it in the WCS or asterisk, but we'd like to do it in the handset, recording the stream. I'd...
  14. M

    Calls interrupted in iOS when receiving incoming in-app notifications or when the screen saver is on

    Hi again, even when we config the Xcode like this: <key>UIBackgroundModes</key> <array> <string>audio</string> <string>processing</string> <string>remote-notification</string> <string>voip</string> </array> We are still having the problem when the...
  15. M

    Calls interrupted in iOS when receiving incoming in-app notifications or when the screen saver is on

    We have the background mode: Audio, Airplay, and Picture in Picture enabled in the Capabilities, and the audio and voip as UIBackgroundModes in the info.plist, but still having the problem commented.
  16. M

    Calls interrupted in iOS when receiving incoming in-app notifications or when the screen saver is on

    Thanks for you quick answer Max. Actually the problem isn't the safari but the iOS library since we have the issue in one app. I mean, we have developed an app that we have published in the App Store. It's just an audio app to make voice calls, we don't use video, and it seems than it doesn't...
  17. M

    Calls interrupted in iOS when receiving incoming in-app notifications or when the screen saver is on

    Hi, we are receiving complaints from our customers since they are having some failures during a live call from iOS to a normal phone (we use WCS as webrtc/SIP gateway). To be exact, the call is estalished but when the user receives an incoming inapp notifciation (e.g whatsapp) the call is...
  18. M

    No audio playback in Chrome since Chrome 81

    Great! Once we have updated the version it has started to work again. Thanks again.
  19. M

    No audio playback in Chrome since Chrome 81

    I forgot to include the WCS version: FlashphonerWebCallServer-5.2.458
  20. M

    No audio playback in Chrome since Chrome 81

    Hi, we had the same problem, we updated to websdsk 0.5.28.2753.133 but it's still happening :-( We are using Chromium version 81.0.4044.122 (Build oficial) Built on Ubuntu , running on Ubuntu 18.04 (64 bits) and Versión 81.0.4044.129 (Build oficial) (64 bits) for windows, and in both...
Top