|
@@ -244,7 +244,7 @@ export default class SmallVideo {
|
244
|
244
|
= isLocal ? getLocalVideoTrack(tracks) : getTrackByMediaTypeAndParticipant(tracks, MEDIA_TYPE.VIDEO, id);
|
245
|
245
|
|
246
|
246
|
if (typeof participant !== 'undefined' && !participant.isFakeParticipant && !participant.local) {
|
247
|
|
- isScreenSharing = typeof track !== 'undefined' && videoTrack?.videoType === 'desktop';
|
|
247
|
+ isScreenSharing = videoTrack?.videoType === 'desktop';
|
248
|
248
|
connectionStatus = participant.connectionStatus;
|
249
|
249
|
}
|
250
|
250
|
|