flutter_callkit_incoming icon indicating copy to clipboard operation
flutter_callkit_incoming copied to clipboard

[Help] the microphone not closed properly and is being used.

Open alexzh16 opened this issue 1 year ago • 2 comments

Cann you please help? after 2-3 time call kit not closed properly microphone. Call its working 2-3 maybe 4-5 time good, but after severals calling, call kit close call microphone (orange dot on iOS ) to 1 second disable and enable back. How to i can fix this situation?

FlutterCallkitIncoming.activeCalls() = 0

app close call with: await FlutterCallkitIncoming.endCall(uuid);

on the log i can see this: [aurioc] AURemoteIO.cpp:1128 failed: 560557684 (enable 3, outf< 1 ch, 48000 Hz, Int16> inf< 1 ch, 48000 Hz, Int16>)

please help, thank you.

alexzh16 avatar Oct 10 '23 16:10 alexzh16

same here

Jazzykhan avatar Mar 08 '24 21:03 Jazzykhan

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

hiennguyen92 avatar Mar 09 '24 07:03 hiennguyen92