RTCVideoView Crashes Application Under Certain Constraints
The RTCVideoView
widget from the flutter_webrtc
package causes the application to crash when the available dimensions (height or width) fall below certain thresholds. This issue appears to occur regardless of whether the constraints are on height or width. The crash does not happen with audio calls or when RTCVideoView
is not used.