Set HTML5 users' initial status so that they are attendees by default.

This commit is contained in:
Maxim Khlobystov 2014-10-27 16:58:05 -07:00
parent 0f5ef13d73
commit 493659dd24

View File

@ -26,7 +26,7 @@ createParams.name = tempName
createParams.meetingID = tempName
joinParams = {}
joinParams.password = "mp"
joinParams.password = "ap"
joinParams.fullName = "Richard"
joinParams.meetingID = tempName
joinParams.redirect = false