If you pass "attendeePW=" in the create meeting API call, it will
generate a random password (it'll normally be 8 characters, letters and
numbers). The random password will be returned in the API response.
There's no way to create a meeting with no passwords right now, since
they're not really "passwords" so much as identification keys to tell
the difference between a moderator and attendee.
However, just because the meeting has a password doesn't mean that the
people who are joining have to enter one! Take a look at the code for
our demos, in particular demo1.jsp (as seen here:
http://demo.bigbluebutton.org/demo/demo1.jsp
with code at
https://github.com/bigbluebutton/bigbluebutton/blob/master/bbb-api-demo/src/main/webapp/demo1.jsp
You don't have to enter a password to join the demo meeting, because the
password (in this case, the moderator password; but you could use the
attendee password instead) is hardcoded into the landing page. You
should be able to easily modify the demo1.jsp code to accomplish what
you want to do.
You could use a separate page that requires a password in order to allow
moderators to join.
--
Calvin Walton <
calvin...@kepstin.ca>
Blindside Networks