|
|
|
|
@ -7,6 +7,7 @@ import { IReduxState, IStore } from '../../../app/types'; |
|
|
|
|
import { IJitsiConference } from '../../../base/conference/reducer'; |
|
|
|
|
import { JitsiRecordingConstants } from '../../../base/lib-jitsi-meet'; |
|
|
|
|
import { setVideoMuted } from '../../../base/media/actions'; |
|
|
|
|
import { setRequestingSubtitles } from '../../../subtitles/actions.any'; |
|
|
|
|
import { stopLocalVideoRecording } from '../../actions'; |
|
|
|
|
import { getActiveSession } from '../../functions'; |
|
|
|
|
import { ISessionData } from '../../reducer'; |
|
|
|
|
@ -89,6 +90,9 @@ export default class AbstractStopRecordingDialog<P extends IProps> |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// TODO: this should be an action in transcribing. -saghul
|
|
|
|
|
this.props.dispatch(setRequestingSubtitles(false, false, null)); |
|
|
|
|
|
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|