the html5 client now starts as an attendee, not as a Moderator

This commit is contained in:
Anton Georgiev 2014-08-15 20:27:10 +00:00
parent e68766fc92
commit 218092a745

View File

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