Hien Nguyen

Results 68 comments of Hien Nguyen

@phuchuynh81qn hoặc a chờ nhận được event Event.actionCallToggleAudioSession: active=false, rồi hãy play audio

E nghĩ khi đang call nó vẫn có cái interruption. A thử khi bấm accept xong thì chờ chút a endallCall luôn rồi play audio xem sao

Vậy e thì nghĩ chỉ có cách như comment ở trên của e. Là a fork nó về rồi sửa cái just_section để nó sử dụng chung cái AVaudiosection

you can try add this inside `didActiveAudioSection` ``` do { try AVAudioSession.sharedInstance().setCategory(.playback, mode: .default, options: []) try AVAudioSession.sharedInstance().setActive(true) } catch { print("Error setting up AVAudioSession: \(error.localizedDescription)") } ``` set active...

Tại bt cái này nó ưu tiên cho các cuộc gọi ott, voip. :D

Make sure same id/uuid for calls.

to the make sure, please using `await FlutterCallkitIncoming.endAllCalls();`

You can use `requestNotificationPermission` when opening the app (before showing imcoming) in version 2.0.0+2

I think this issue may come from FCM (I checked their log). to ensure the notification is only shown once. I think you should check before calling showcallkit.something similar to:...

please upadte version 1.0.3+1. Using props `isCustomSmallExNotification`