Deprecation Fix #8730 @14
This commit is contained in:
+3
-1
@@ -886,7 +886,9 @@
|
||||
{
|
||||
URL.revokeObjectURL(this.streamURL);
|
||||
}
|
||||
this.streamURL = URL.createObjectURL(this.stream);
|
||||
|
||||
this.mediaElement.srcObject=this.stream;
|
||||
//this.streamURL = URL.createObjectURL(this.stream);
|
||||
this.load(this.streamURL);
|
||||
this.mediaElement.play();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user