Lint
This commit is contained in:
@@ -135,7 +135,7 @@ export class MediaManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
let stream = await navigator.mediaDevices.getUserMedia(this.constraintsMedia);
|
const stream = await navigator.mediaDevices.getUserMedia(this.constraintsMedia);
|
||||||
|
|
||||||
this.localStream = stream;
|
this.localStream = stream;
|
||||||
this.myCamVideo.srcObject = this.localStream;
|
this.myCamVideo.srcObject = this.localStream;
|
||||||
|
|||||||
Reference in New Issue
Block a user