Questions tagged [bigbluebutton]

BigBlueButton enables universities and colleges to deliver learning experiences to remote students.

BigBlueButton is an open source web conferencing system for distance education.

It supports sharing of slides (PDF and PPT), video, whiteboard, chat, voice over IP (using FreeSWITCH), and desktops. It can record and playback sessions (slides, audio, and chat). It runs on Mac, Unix, and PC computers.

For more information, see the BigBlueButton home page: http://bigbluebutton.org/

The developer wiki pages are on-line: http://docs.bigbluebutton.org/. In particular, there is an API for integration with 3rd party applications. See: http://docs.bigbluebutton.org/dev/api.html

The full source for the project is on GitHub: https://github.com/bigbluebutton/bigbluebutton

192 questions
0
votes
1 answer

Bad port for 49152-65535/udp

I am trying to allow ports in firewall for my big blue button coturn server, but when I am running $ sudo ufw allow 49152-65535/udp I am receiving the following error: ERROR: Bad port. Can someone explain to me why it is showing that and how to I…
Alvi
  • 351
  • 5
  • 7
0
votes
1 answer

BigblueButton serves only on HTTP not HTTPS

I installed on Ubuntu 16.04, 4 cores, 8Gb RAM. I ran the cerbot command and it returned a congratulatory message that it's successful. This is my first time installing BigBlueButton. I followed the process and all seemed fine until I tried running…
ken4ward
  • 2,246
  • 5
  • 49
  • 89
0
votes
1 answer

Why after installing new Bigbluebutton on VMware, it shows empty blue screen?

I installed a new fresh Bigbluebutton server on VMware without domain and SSL, after installing bbb-demo when I logged in, it showed an empty blue screen. In the browser console this exception was written: Uncaught TypeError: Cannot set property…
MTB
  • 405
  • 1
  • 5
  • 12
0
votes
1 answer

How to share the text Area in White Board? My White Board is in BigBlueButton

I created a white board in Big Blue Button. In that white board i created a text field. Now I want to share the text field. How can I do this?
unknown
  • 843
  • 2
  • 10
  • 14
0
votes
2 answers

Webscoket error connection problem in bigblueutton

I just deploy bigbluebutton using amazon lightsail. Everything is working fine except audio call and video. When I'm trying to connect audio call and video call I'm getting webscket error. I've already disable all the firewall. I deploy…
0
votes
1 answer

bbb-install: You must run this command on Ubuntu 16.04 server

I am trying to integrate BigBlueButton with Asp.Net c# on Windows 10 with Ubuntu. installing BigBlueButton you have three choices: bbb-install.sh # Install BigBlueButton with SSL + Greenlight # # wget -qO-…
anu
  • 45
  • 1
  • 12
0
votes
1 answer

was not expected

I'm integrating with BigBlueButton API with Asp Net MVC. But I can't read the response xml file back from api . It's a force module project. My code: public ActionResult GetMeetings() { List allMeetings = new…
0
votes
0 answers

How to access root on HerokuApp to use wget command

I would like to install this https://docs.bigbluebutton.org/2.2/install.html On my Heroku App. There is also shell script to make the installation very easy. https://github.com/bigbluebutton/bbb-install. I managed to downgrade my herokuapp stack to…
kayd yonis
  • 21
  • 4
0
votes
1 answer

How to make HTML changes or customize module like poll in BigBlueButton html5-client?

I'm using bigbluebutton (2.3-dev) in Ubuntu 18.04 server I installed it using bbb-install (# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s bbb.example.com -e info@example.com -a -w) and its work…
Praveen Kumar
  • 864
  • 2
  • 9
  • 33
0
votes
1 answer

BigBlueButton audio and video permission denied

I am using BBB in my Laravel web application for online audio/video calls and conferencing, previously it was working fine but now it is showing audio/video permission denied or not allowed, although I allowed mic and video in chrome but didn't work…
0
votes
1 answer

integration of Big Blue Button

I am getting the below error. Can someone please help with this? I am trying to integrate a big blue button in nodejs but it's throwing an error. Can someone please provide me any reference links to integrate the big blue button in…
0
votes
1 answer

bigbluebutton webhooks checksumError

I want create bigbluebutton webhoock, but "checksum" it's not correct
0
votes
1 answer
0
votes
3 answers

Self sign certificate bigbluebutton

I have a local server without any domain or public IP for that. I'm gonna to setup SSL self sign certificate for BigBlueButton. How I can do it in my local server?
0
votes
1 answer

Join meeting result "Authentication failed due to missing credentials." bigbluebutton?

I am very new to bigbluebutton. I successfully installed bbb on Ubuntu server and enabled API demo. It is working absolutely fine. I am calling API from c# and it is working fine too. I am creating a meeting like below which is working fine. public…
Umer Waheed
  • 4,044
  • 7
  • 41
  • 62