Jakub Koszowski

Results 6 issues of Jakub Koszowski

**Description** I wanted to test the package on the windows platform, but I am not able due to: `Unsupported operation: Operation 'toDartString' not allowed on a 'nullptr'.` **Steps To Reproduce**...

**Describe the bug** After system update to MacOS Sequola 15, the users are not able to share/capture screen during the call. The list of available windows to share is returned,...

In the code I call: WindowsTaskbar.resetOverlayIcon() and I can see in my production logs the error: PlatformException(-1, ERROR: WindowsTaskbar::ResetOverlayIcon, null, null) I've checked the example app and no error for...

Resolves the issue: https://github.com/hiennguyen92/flutter_callkit_incoming/issues/782

When handling an incoming call inside the app, I want to stop any ongoing ringtone playback and vibration. Ideally, this should be done by calling: `callkitSoundPlayerManager?.stop()` However, the current implementation...

This PR fixes an issue where the notification of a call is duplicated rather than being update when a callConnected event is after the showCallkitIncoming. The issue is an android...