forked from External/greenlight
fix guest join
This commit is contained in:
parent
dbea6f1f9f
commit
a39f1beb0a
|
@ -22,7 +22,7 @@
|
|||
|
||||
jqxhr.done(function(data) {
|
||||
if (data.messageKey === 'wait_for_moderator') {
|
||||
waitForModerator(url);
|
||||
waitForModerator(Meeting.getInstance().getURL());
|
||||
} else {
|
||||
$(location).attr("href", data.response.join_url);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue