isScreenShareLive method
Implementation
bool isScreenShareLive() {
// screenShare: VideoLandscape4Seats + keepOwnerOnSeat(true)
final seatTemplate = roomState.liveInfo.seatTemplate;
final keepOwnerOnSeat = roomState.liveInfo.keepOwnerOnSeat;
return seatTemplate is VideoLandscape4Seats && keepOwnerOnSeat;
}