Audio device => exact mode
This commit is contained in:
parent
e3e7b92c6a
commit
5f5cec93ea
1 changed files with 3 additions and 1 deletions
|
@ -171,7 +171,9 @@ export class MediaManager {
|
|||
if (typeof(audio) === 'boolean' || audio === undefined) {
|
||||
audio = {}
|
||||
}
|
||||
audio.deviceId = id;
|
||||
audio.deviceId = {
|
||||
exact: id
|
||||
};
|
||||
|
||||
return this.getCamera();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue