async chooseVideoInputDevice()

in web-ui/src/components/chime/ChimeSdkWrapper.js [356:363]


  async chooseVideoInputDevice(device) {
    try {
      await this.audioVideo.chooseVideoInputDevice(device.value);
      this.currentVideoInputDevice = device;
    } catch (error) {
      this.logError(error);
    }
  }