Thinh TRUONG

Results 20 comments of Thinh TRUONG

> I am experiencing the same Hye I would like to join the Telnyx slack to discuss but I get `ura_limit_reached` when I try to join.

Does this happen on Android only?

I made a PR regarding this, please test on your end: github.com/hiennguyen92/flutter_callkit_incoming/pull/666

I'm having this exact issue while implementing Callkit, did the workaround you mentioned above work for you in testing? @rahulraj-idt

@rahulraj-idt have you got the latest version of `client-sdk-flutter`? I updated the package and I dont have this issue anymore, remember to follow the `flutter_callkit_incoming` example where it's advise to...

I was using `livekit_client: 2.3.1` due to package conflicts but I read through the changelog and I noticed that the conflicts come from version bumps or new package being added,...

Hey I need further testing as currently I notice that changing the speakers with the Callkit UI works as expected but if the speakers are enabled using `Hardware.instance.setSpeakerPhoneOn(true)` it will...

I looked into the source code and I'm 90% sure livekit is activating the speakers by change the mode of the current audio session to `AVAudioSession.Mode.videoChat` which could be the...

> This issue is apparently caused by AppleAudioCategoryOption.defaultToSpeaker, which forces the speaker to always remain on, making it impossible to turn it off via the CallKit UI. This is a...

> [@td2thinh](https://github.com/td2thinh) Thanks for the details. I wish there were a proper solution for this—like passing custom audio configs—rather than us maintaining method channels. I even tried method channels in...