shouldShowLocalVideo property

bool get shouldShowLocalVideo

Implementation

bool get shouldShowLocalVideo =>
    isLocalVideoOn &&
    _attendees.attendees[_attendees.localId]?.videoTileInfo != null;