Audio device => exact mode
This commit is contained in:
parent
e3e7b92c6a
commit
5f5cec93ea
@ -171,7 +171,9 @@ export class MediaManager {
|
|||||||
if (typeof(audio) === 'boolean' || audio === undefined) {
|
if (typeof(audio) === 'boolean' || audio === undefined) {
|
||||||
audio = {}
|
audio = {}
|
||||||
}
|
}
|
||||||
audio.deviceId = id;
|
audio.deviceId = {
|
||||||
|
exact: id
|
||||||
|
};
|
||||||
|
|
||||||
return this.getCamera();
|
return this.getCamera();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user