Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
onConferenceTerminated = () => {
const { navigation } = this.props;
if (this.jitsiTimeout) {
BackgroundTimer.clearInterval(this.jitsiTimeout);
}
navigation.pop();
}
export const stopSessionTimer = (isStillAuthed: boolean = true) => {
BackgroundTimer.clearInterval(timeout)
BackgroundTimer.stop()
authenticated = isStillAuthed
}