Hi
CallKit works well for me so far.
CallKit provides
- (void)provider:(CXProvider *)provider performSetMutedCallAction:(CXSetMutedCallAction *)action;
to handle when the mute button is toggled on the iOS Incoming Call Screen.
however, it does not seem to provide a delegate when the user presses the Speaker Button
How can I handle this case to detect "Speaker On" event and at least update my own call UI (when the users chooses to open the app in-call) ?
best regards.