Set HTML5 users' initial status so that they are attendees by default.
This commit is contained in:
parent
0f5ef13d73
commit
493659dd24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user