Maciej Brażewicz

Results 16 issues of Maciej Brażewicz

### Which packages are you using? stream_chat_flutter ### On what platforms did you experience the issue? iOS, Android ### What version are you using? 4.3.0 ### What happened? There are...

bug

I couldn't find any issue related to this (although I'm sure it's there somewhere because this one is really hard to miss). I'm reporting just in case. ``` Scaffold( body:...

engine
has reproducible steps
impeller
found in release: 3.7

# Submit a pull request ## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] The code changes follow best practices - [x] Code changes are tested...

# Submit a pull request ## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] The code changes follow best practices - [x] Code changes are tested...

From the code, it looks like whenever `ACTION_CALL_CALLBACK` action is tapped, `clearMissCallNotification` is called, which should hide missed call notification. It's not happening in the latest version.

Flutter 3 binding warning fixed

Reported by customer: If you receive a call from me and neither decline nor accept the incoming call notification, it will register as a missed call. At this point, the...

bug

Default settings for video are not applied when creating a call ![image](https://github.com/GetStream/stream-video-flutter/assets/5622717/e3861559-5a75-4ddd-819a-d5d206937c32)

Enabling the camera/microphone on the Lobby view doesn’t always publish the track properly. Sometimes, it's visible locally but not for other call participants. Setting `TrackOption.enabled()` instead of `TrackOption.provided(cameraTrack)` to `CallConnectOptions`...

bug

Reported by customer: When you and I are in a call and you share the screen of your device, if either of us tries to end the call without removing...

bug