Javier Santana

Results 8 comments of Javier Santana

Just fixed this, drove me crazy but the issue was that I was not configuring the audio before reporting the call to CallKit. Basically I had to call the configureAudioSession...

I got past the issue but still no audio seeing this in the logs ``` App[68947:3492893] [ERROR] Logger - xal_core_audio: is_input = 1, callback requested number of frames = 278...

Also this prints out whenever I stop the audioVideoFacade ``` App[69195:3505373] provider:performEndCallAction: App[69195:3505373] [INFO] Logger - API/DefaultAudioVideoFacade/stop App[69195:3505574] [INFO] Logger - Stopping VideoClient App[69195:3505820] [ERROR] Logger - xal_core_audio: AudioUnitRender failed...

## Current situation ### Audio Calls: 1. When the app on both phones are closed and a call is placed from one phone to another the call connects as expected,...

@linsang21 Thanks for the response. I am using a singleton to control the call as far as the DefaultMeetingSession and everything that is needed to configure that. I am also...

@zhinang-amazon thanks for the response. I actually used that guide to set everything up and I have looked through the implementation on here for CallKit as well. There was a...

Thanks so much for this! I will check it out and let you know.

I know the issue is closed, just wanted to thank you again and let you know that minimal-call kit worked great!