forked from External/greenlight
URI encode meeting name and only show invite/join when a name is entered
This commit is contained in:
@ -36,7 +36,7 @@ class @Meeting
|
||||
_meetingInstance = null
|
||||
|
||||
@buildMeetingURL: (id, type) ->
|
||||
return @buildFullDomainURL() + '/' + type + '/' + id
|
||||
return @buildFullDomainURL() + '/' + type + '/' + encodeURIComponent(id)
|
||||
|
||||
@buildFullDomainURL: ->
|
||||
url = location.protocol + '//' + location.hostname
|
||||
|
Reference in New Issue
Block a user