From ea8baaaa8233e8c1bc5b179d4164071bbf06e374 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 21 Sep 2021 15:18:52 -0500 Subject: [PATCH] push --- .../javascripts/react-components/SessionVideoBtn.js.jsx.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee b/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee index 1a6a735ef..bac7fae6d 100644 --- a/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee +++ b/web/app/assets/javascripts/react-components/SessionVideoBtn.js.jsx.coffee @@ -24,7 +24,7 @@ rest = context.JK.Rest() openBrowserToNewVideoServer: () -> canVideo = window.SessionStore.canVideo() if canVideo - rest.getVideoConferencingRoomUrl(context.SessionStore.id()).done((response) => context.JK.popExternalLink(response.url)) + rest.getVideoConferencingRoomUrl(context.SessionStore.id()).done((response) => context.JK.popExternalLink(response.url + '&audiooff=true')) else buttons = [] buttons.push({name: 'CLOSE', buttonStyle: 'button-grey'})