shouldShowVideo property

bool get shouldShowVideo

Whether video should be displayed (enabled and has tracks)

Implementation

bool get shouldShowVideo => isVideoEnabled && hasVideoTracks && !isLoading;