fix: Drops console warn for logger.

pull/13316/head
damencho 2 years ago committed by Дамян Минков
parent 7cf61eb776
commit 519e37f567
  1. 2
      conference.js

@ -1073,7 +1073,7 @@ export default {
*/
muteVideo(mute, showUI = true) {
if (this.videoSwitchInProgress) {
console.warn('muteVideo - unable to perform operations while video switch is in progress');
logger.warn('muteVideo - unable to perform operations while video switch is in progress');
return;
}

Loading…
Cancel
Save