You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes the following error:
```
error: property '_isFirstFrameRendered' not found on object of type 'FlutterRTCVideoRenderer *'; did you mean to access instance variable '_isFirstFrameRendered'?
self._isFirstFrameRendered = false;
~^
```
0 commit comments