diff --git a/packages/stream_video_flutter/CHANGELOG.md b/packages/stream_video_flutter/CHANGELOG.md index 2b9f0ea6c..57f7faee8 100644 --- a/packages/stream_video_flutter/CHANGELOG.md +++ b/packages/stream_video_flutter/CHANGELOG.md @@ -7,6 +7,7 @@ By (only) using these callbacks the root widgets will use more efficient partial * Added `PartialCallStateBuilder` to help with making widgets that depend on `partialState`. * Deprecated old callbacks +## 0.9.6 ✅ Added * Added `handleCallInterruptionCallbacks` method to `RtcMediaDeviceNotifier` that provides an option to handle system audio interruption like incoming calls, or other media playing. See the [documentation](https://getstream.io/video/docs/flutter/advanced/handling-system-audio-interruptions/) for details.