having issue in configuring server from rails with bigblue button -
am developing app in integarating rails app bigblue button. using bigbluebutton_rails gem. have installed gem, have done
rails generate bigbluebutton_rails:install
then, have generated views, after got views, controllers , models. after tried access bigbluebutton conference app, tried create server couldnt configure server of bigblue button in form
i didn't know should enter in form.
how can create, join , use conference here. 1 me out of this??
you need bigbluebutton server installed somewhere (see how in https://code.google.com/p/bigbluebutton/wiki/installation). configure rails application create meetings in bigbluebutton server. separate things, have 2 servers: bigbluebutton (web conference) server , web application written in rails access bigbluebutton server.
the information need enter in form screenshot is:
- name: string name server.
- url: url of bigbluebutton server's api, example:
http://my-server.org/bigbluebutton/api
. - security salt: salt, or shared secret, of bigbluebutton server. can running command in bigbluebutton server (version 0.81):
bbb-conf --salt
. - version: version of bigbluebutton server (the latest 0.81). supported versions described in bigbluebuttonrails' wiki: https://github.com/mconf/bigbluebutton_rails#supported-versions
- string id: identifier server, used in urls , other places.
Comments
Post a Comment