|
@@ -334,7 +334,9 @@ JitsiTrack.prototype.setAudioOutput = function (audioOutputDeviceId) {
|
334
|
334
|
return Promise.all(this.containers.map(function(element) {
|
335
|
335
|
return element.setSinkId(audioOutputDeviceId)
|
336
|
336
|
.catch(function (error) {
|
337
|
|
- logger.error('Failed to change audio output device on element',
|
|
337
|
+ logger.warn(
|
|
338
|
+ 'Failed to change audio output device on element. Default' +
|
|
339
|
+ ' or previously set audio output device will be used.',
|
338
|
340
|
element, error);
|
339
|
341
|
throw error;
|
340
|
342
|
});
|