shouldShowScreenShare property
bool
get
shouldShowScreenShare
Implementation
bool get shouldShowScreenShare =>
hasContentAttendee && _video.isReceivingScreenShare && !isLocalScreenSharing;
bool get shouldShowScreenShare =>
hasContentAttendee && _video.isReceivingScreenShare && !isLocalScreenSharing;