diff --git a/bricks/camera.js b/bricks/camera.js index 5763ea3..a7bf124 100644 --- a/bricks/camera.js +++ b/bricks/camera.js @@ -106,7 +106,7 @@ bricks.Camera = class extends bricks.Popup { if (this.record_status == 'recording'){ this.record_status = 'standby'; this.shot_btn.set_url(bricks_resource('imgs/start_recording.svg')); - this.viderecorder_stop(); + this.videorecorder_stop(); } else { this.record_status = 'recording'; this.shot_btn.set_url(bricks_resource('imgs/stop_recording.svg'));