From 0a2bc7f1bf214b2099c1f8139a67288c10249565 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 May 2018 22:05:51 +0200 Subject: better messaging when saving video --- app/client/live/index.js | 11 +++++++++-- app/client/live/player.js | 4 ++++ app/client/live/reducer.js | 10 ++++++++++ public/bundle.js | 19 ++++++++++++++++--- public/bundle.js.map | 2 +- 5 files changed, 40 insertions(+), 6 deletions(-) diff --git a/app/client/live/index.js b/app/client/live/index.js index 73fc134..462d75d 100644 --- a/app/client/live/index.js +++ b/app/client/live/index.js @@ -54,6 +54,7 @@ class App extends Component { toggleRecording(){ if (this.props.opt.recording){ stopRecording() + this.props.actions.pause() } else { startRecording() } @@ -104,10 +105,16 @@ class App extends Component { {this.props.opt.processing ? 'Pause' : 'Restart'}