Skip to content
Snippets Groups Projects
Commit e7782d0e authored by KDSBrowne's avatar KDSBrowne
Browse files

Close local webcam view on logout

parent b94616d2
No related branches found
No related tags found
No related merge requests found
......@@ -163,8 +163,8 @@ class SettingsDropdown extends PureComponent {
}
leaveSession() {
document.dispatchEvent(new Event('exitVideo'));
const { mountModal } = this.props;
const LOGOUT_CODE = '430';
// we don't check askForFeedbackOnLogout here,
// it is checked in meeting-ended component
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment