in web-ui/src/components/chime/ChimeSdkWrapper.js [347:354]
async chooseAudioOutputDevice(device) {
try {
await this.audioVideo.chooseAudioOutputDevice(device.value);
this.currentAudioOutputDevice = device;
} catch (error) {
this.logError(error);
}
}