Deprecation Fix #8730 @14

This commit is contained in:
2019-02-06 15:09:00 +01:00
parent ea11a42efd
commit 560669f316
+3 -1
View File
@@ -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();
}