twilio/voice-quickstart-objc

Problem accept call ios 13 build, tested on ios 12.4.1

klimentLambevski opened this issue · 1 comments

After the update to 5.0.0, accept call invite is not working and the following error is thrown

   let acceptOptions: TVOAcceptOptions = TVOAcceptOptions(callInvite: self.callInvite!) { (builder) in
            builder.uuid = callInvite.uuid
        }
        let res = callInvite.accept(with: acceptOptions, delegate: self)
        
        print("TVOCall [\(res.state.rawValue)]  [\(res.uuid)]")
        

ERROR:Twilio:[Platform]:AVAudioSession setActive Error Domain=NSOSStatusErrorDomain Code=561017449

This is for swift, I will move the issue to the other repository