twilio / voice-quickstart-objc

Twilio Voice Quickstart for iOS with Objective-C
MIT License
39 stars 24 forks source link

Problem accept call ios 13 build, tested on ios 12.4.1 #186

Closed klimentLambevski closed 5 years ago

klimentLambevski commented 5 years ago

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

klimentLambevski commented 5 years ago

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