-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hello QuickBlox Team,
I’ve been using your Flutter SDK for implementing audio/video calls. Everything was working as expected until I updated to version 0.8.1. After the update, the video rendering completely stopped for both local and remote streams.
To ensure the issue wasn’t with my own implementation, I downloaded and tested your official example app, and found that the video views are also not rendering there — neither local nor remote. No video frames are being shown even though the call connects successfully and audio works fine.
Previously, this was working perfectly in the older version of the SDK.
Details:
SDK version: 0.8.1
Issue: RTCVideoView not displaying local or remote streams
Tested on: My custom implementation and your official example app
Expected: Both RTCVideoView instances should show video
Actual: Black screen in both views
This seems to be a regression introduced in v0.8.1. Please look into this at your earliest convenience.
Thanks for your support!