|
@@ -31,14 +31,12 @@ import { LocalVideoMenuTriggerButton, RemoteVideoMenuTriggerButton } from '../..
|
31
|
31
|
import { setVolume } from '../../actions.web';
|
32
|
32
|
import {
|
33
|
33
|
DISPLAY_MODE_TO_CLASS_NAME,
|
34
|
|
- DISPLAY_MODE_TO_STRING,
|
35
|
34
|
DISPLAY_VIDEO,
|
36
|
35
|
DISPLAY_VIDEO_WITH_NAME,
|
37
|
36
|
VIDEO_TEST_EVENTS,
|
38
|
37
|
SHOW_TOOLBAR_CONTEXT_MENU_AFTER
|
39
|
38
|
} from '../../constants';
|
40
|
39
|
import { isVideoPlayable, computeDisplayMode } from '../../functions';
|
41
|
|
-import logger from '../../logger';
|
42
|
40
|
|
43
|
41
|
const JitsiTrackEvents = JitsiMeetJS.events.track;
|
44
|
42
|
|
|
@@ -333,11 +331,8 @@ class Thumbnail extends Component<Props, State> {
|
333
|
331
|
*/
|
334
|
332
|
_onDisplayModeChanged() {
|
335
|
333
|
const input = Thumbnail.getDisplayModeInput(this.props, this.state);
|
336
|
|
- const displayModeString = DISPLAY_MODE_TO_STRING[this.state.displayMode];
|
337
|
|
- const id = this.props._participant?.id;
|
338
|
334
|
|
339
|
335
|
this._maybeSendScreenSharingIssueEvents(input);
|
340
|
|
- logger.debug(`Displaying ${displayModeString} for ${id}, data: [${JSON.stringify(input)}]`);
|
341
|
336
|
}
|
342
|
337
|
|
343
|
338
|
/**
|