Top

iOS Rainbow App no audio problem

Kommentare

5 Kommentare

  • Olivier ANGUENOT

    Hi Hiro,

    Did you encounter the same issue when you replace your IOS sample app by the Rainbow Official IOS client and do the same scenario ?

    If not:

    - Which version of the SDK did you used ?

    - Coud you have a snippet of code on that part (call handling part) ?

    Thanks in advance,

    Olivier

    0
    Aktionen für Kommentare Permalink
  • Hiro TAKAHASHI

    I installed the official Rainbow app and tested it, and I could not reproduce the problem.

    I'm using SDK 1.63.0 for the real app and 1.62.0 for the test app.

     

    Below is a code that makes a new call.

    if (mServicesManager.rtcService.microphoneAccessGranted as Bool?) != nil {

        let features = getCallFeatures(callType)

        mCurrentCall = mServicesManager.rtcService.beginNewOutgoingCall(with: contact, withFeatures: features) as RTCCall?

     

    Below is a callback for telephonyServiceDidRemoveCall notification triggered when the other party hangs up.

    @objc func didRemoveCall(notification: NSNotification) {

        if !Thread.isMainThread {

            DispatchQueue.main.async {

                self.didRemoveCall(notification: notification)

            }

            return

        }

     

    0
    Aktionen für Kommentare Permalink
  • Hiro TAKAHASHI

    I have updated the SDK to the latest one, 1.64.0 for the test app and still getting same problem. 

    Thanks,

    0
    Aktionen für Kommentare Permalink
  • Hiro TAKAHASHI

    I checked, isAudioEnabled that is  one of the properties of RTCCall and it was true even on the failure case.

    I also verified other properties such as isCallMuted and no difference between the good and the bad cases. 

    0
    Aktionen für Kommentare Permalink
  • Hiro TAKAHASHI

    The problem seems to be fixed with Rainbow SDK 1.65.0.

    0
    Aktionen für Kommentare Permalink

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.

Sie können immer noch nicht finden, was Sie brauchen?

  • Kontaktieren Sie uns

    Haben Sie eine Frage zu Rainbow? Hinterlassen Sie uns eine Nachricht, um weitere Informationen zu erhalten.

    Kontakt
  • Fragen Sie die Gemeinschaft

    Brauchen Sie Hilfe? Stellen Sie Ihre Fragen in der Community, um Antworten von anderen Rainbow-Benutzern zu erhalten.

    Nachricht posten