Fix a likely bug with audio inputs and outputs getting mixed up?
This commit is contained in:
parent
fc307d0aba
commit
a2c40561db
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export function VideoPreview({ matrixInfo, onUserChoicesChanged }: Props) {
|
|||
);
|
||||
const audio = usePreviewDevice(
|
||||
audioEnabled,
|
||||
audioId != "" ? audioId : defaultDevices.audiooutput,
|
||||
audioId != "" ? audioId : defaultDevices.audioinput,
|
||||
"audioinput"
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue