https://github.com/microsoft/cognitive-services-speech-sdk-js/blob/master/src/sdk/Audio/AudioConfig.ts#L40
Hi, I'm reporting from the Bot Framework Web Chat team.
When passing in the deviceId to the AudioConfig.fromMicrophoneInput, it looks like deviceId is being passed as the audioSourceId into the MicAudioSource.
This is causing bugs for Web Chat when attempting to manually set the audio source. We pass the deviceId in, but it continues to use the default device.
https://github.com/microsoft/cognitive-services-speech-sdk-js/blob/master/src/sdk/Audio/AudioConfig.ts#L40
Hi, I'm reporting from the Bot Framework Web Chat team.
When passing in the
deviceIdto theAudioConfig.fromMicrophoneInput, it looks likedeviceIdis being passed as theaudioSourceIdinto theMicAudioSource.This is causing bugs for Web Chat when attempting to manually set the audio source. We pass the
deviceIdin, but it continues to use the default device.