push
This commit is contained in:
parent
dbe1cc9644
commit
ea8baaaa82
|
|
@ -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'})
|
||||
|
|
|
|||
Loading…
Reference in New Issue