Closed klimentLambevski closed 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
This is for swift, I will move the issue to the other repository
After the update to 5.0.0, accept call invite is not working and the following error is thrown
ERROR:Twilio:[Platform]:AVAudioSession setActive Error Domain=NSOSStatusErrorDomain Code=561017449