df67d2e680
When getting disconnected with 1001 ("websocket closed unexpectedly" error) we were creating a new SIP session, therefore a new FreeSWITCH channel. While reconnecting the socket, instead of closing the SIP session, we keep it alive during reconnection (audio should keep working in the meantime). When reconnected we keep using this same session (avoiding the creation of an extra one). We also better handle WebSocket error codes from SIP.js. FF immediately closes websocket when unloading page, so we now to stop user agent when 'beforeunload' event is triggered, to avoid leaving open sessions in FreeSWITCH when user leaves page. |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
akka-bbb-apps | ||
akka-bbb-fsesl | ||
akka-bbb-transcode | ||
bbb-api-demo | ||
bbb-apps-common | ||
bbb-client-check | ||
bbb-common-message | ||
bbb-common-web | ||
bbb-fsesl-client | ||
bbb-lti | ||
bbb-screenshare | ||
bbb-video | ||
bbb-voice | ||
bbb-voice-conference/config/freeswitch | ||
bbb-webhooks | ||
bigbluebutton-apps | ||
bigbluebutton-client | ||
bigbluebutton-config | ||
bigbluebutton-html5 | ||
bigbluebutton-web | ||
clients/flash | ||
deskshare | ||
doc | ||
labs | ||
record-and-playback | ||
scripts | ||
video-broadcast | ||
web-polling | ||
.gitignore | ||
.nvmrc | ||
.travis.yml | ||
bbb.sh | ||
build_script.sh | ||
DEVELOPMENT.md | ||
README.md | ||
SECURITY.md |
BigBlueButton
BigBlueButton is an open source web conferencing system.
BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard controls), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboard, and breakout rooms.
Presenters can record and playback content for later sharing with others.
We designed BigBlueButton for online learning (though it can be used for many other applications). The educational use cases for BigBlueButton are
- Online tutoring (one-to-one)
- Flipped classrooms (recording content ahead of your session)
- Group collaboration (many-to-many)
- Online classes (one-to-many)
You can install on a Ubuntu 16.04 64-bit server. We provide bbb-install.sh to let you have a server up and running within 30 minutes (or your money back :-).
For full technical documentation BigBlueButton -- including architecture, features, API, and GreenLight (the default front-end) -- see http://docs.bigbluebutton.org/.
BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc .