forked from External/greenlight
allow different action cable host
This commit is contained in:
@ -47,8 +47,8 @@ class @Meeting
|
||||
url = location.protocol + '//' + location.hostname
|
||||
if location.port
|
||||
url += ':' + location.port
|
||||
if GreenLight.relative_root
|
||||
url += GreenLight.relative_root
|
||||
if GreenLight.RELATIVE_ROOT
|
||||
url += GreenLight.RELATIVE_ROOT
|
||||
return url
|
||||
|
||||
# Sends the end meeting request
|
||||
|
Reference in New Issue
Block a user