bugfix
This commit is contained in:
parent
5ed94b018f
commit
c47b842a45
@ -87,7 +87,7 @@ bricks.MediaRecorder = class extends bricks.Popup {
|
|||||||
|
|
||||||
close_recorder(){
|
close_recorder(){
|
||||||
if (this.stream){
|
if (this.stream){
|
||||||
if this.mediaRecorder){
|
if (this.mediaRecorder){
|
||||||
this.mediaRecorder.stop();
|
this.mediaRecorder.stop();
|
||||||
this.mediaRecorder = null;
|
this.mediaRecorder = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user