the html5 client now starts as an attendee, not as a Moderator
This commit is contained in:
parent
e68766fc92
commit
218092a745
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user