This commit is contained in:
Seth Call 2021-09-21 15:18:52 -05:00
parent dbe1cc9644
commit ea8baaaa82
1 changed files with 1 additions and 1 deletions

View File

@ -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'})