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
2
votes
3 answers

BigBlueButton and Greenlight - Invalid BigBlueButton Endpoint and Secret when configuring TURN server

I had BBB with Greenlight working well. After configuring the TURN server using the following docs: https://docs.bigbluebutton.org/2.2/setup-turn-server.html#setup-a-turn-server I get the following error in Greenlight: Invalid BigBlueButton Endpoint…
Basel JD
  • 275
  • 3
  • 17
2
votes
2 answers

BigBlueButton integration - “Authentication failed due to missing credentials.”

We are analyzing to integrate BigBlueButton as part of our existing web site. So we tried the APIs available in https://mconf.github.io/api-mate/ . Especially, we used api/create to create meeting and tried to join the meeting as moderator using the…
Gopi
  • 5,656
  • 22
  • 80
  • 146
2
votes
2 answers

BigBlueButton audio stuck at echo test

I successfully installed BigBlueButton. There are no errors in the terminal output as well. When accessing the demo html5client, whiteboard, poll etc are working. However, the audio option is stuck at echo testing and show a timeout with 1006 error…
esafwan
  • 17,311
  • 33
  • 107
  • 166
2
votes
2 answers

How can i customize greenlight from big blue button

For my one project I use greenlight first, I installed greenlight on the server but I want to customize the landing page but I don't how to do it. so I installed rails application in my server, I did some changes like adding a custom class. but no…
Vishal
  • 7,113
  • 6
  • 31
  • 61
2
votes
0 answers

error processing package bbb-client

i have followed documentation of http://docs.bigbluebutton.org/install/install.html between point 6 all has been installed correct and without errors after $ sudo apt-get install bbb-check have errors like bbb-client/bbb-check/bbb-config and more…
2
votes
1 answer

Storage for Big Blue Button

I have the following doubts for storage in BBB recordings: Where is the recording being stored? I saw that its stored in /var/bigbluebutton folder on the server where BBB is installed. But there are many folders there. Which is the exact folder I…
Neha
  • 305
  • 5
  • 23
2
votes
2 answers

Error while running Gradle

I am trying to run Gradle on a project with following Gradle configurations; Build.gradle apply plugin: 'scala' apply plugin: 'java' apply plugin: 'eclipse' task resolveDeps(type: Copy) { into('lib') from configurations.default from…
Tezro Solutions
  • 411
  • 6
  • 17
2
votes
3 answers

How to remove the reference to the bigbluebutton.com website?

I am currently working on the implementation of the bigbluebutton software and I require hide the links to the web page bigbluebutton, because they appear as methods of contact and this may confuse users of the system, because the contact methods…
Raul
  • 465
  • 5
  • 16
2
votes
0 answers

restricting user to only seeing the lecture in big blue button

In Big Blue Button(rails) can we restrict the user to only see the class while the class is being taken in live by the staff? The user should only be able to see, hear and chat with other students. All this is automated and should be default. The…
Aravind
  • 1,391
  • 1
  • 16
  • 41
2
votes
0 answers

Error when install Matterhorn

I'm using BigBlueButton (BBB). I want to record and playback the video files as showed-off here by BBB but the feature is not ready until next version of BBB as its owner Fred Dixon stated here. As advised, I start using Matterhorn for processing…
dakiquang
  • 684
  • 1
  • 8
  • 24
2
votes
1 answer

Developing android client app to use BigBlueButton server

I dont know if there is anybody who have started to integrate the BigBlueButton http://demo.bigbluebutton.org/ A video conferencing application for android. I've started developing a simple app, which opens the installed BBB-android application…
YuDroid
  • 1,599
  • 5
  • 22
  • 44
1
vote
1 answer

Unauthorized Session, not found, is the BigBlueButton frontend is server from localhost

the following architecture is working Working Use Case: FrontEnd: React (web.example.com) Server: Node.js (server.example.com) BBB Server (bbb.example.com) Note: The BBB is loaded in an iframe in frontend/react/web.example.com Eg. URL_TO_JOIN = is…
Tomonso Ejang
  • 1,336
  • 3
  • 15
  • 27
1
vote
0 answers

BigBlueButton fails to upload presentation

I'm using BBB version 1:2.2.0-5 on Ubuntu version 16.04, and from one day to another it suddenly fails to upload a presentation. I already tried doing sudo bbb-conf --restart but nothing. I also tried converting the bigbluebutton.properties with…
Alessandro
  • 19
  • 2
1
vote
1 answer

Skip echo test in big blue button BBB

I wanted to unmute mic or skip echo test on create or join meeting. I have tried several way and made changes in the settings.yml file and passed parameter bbb_skip_check_audio = true in create meeting url but I didn't get expected output. Could…
1
vote
1 answer

How i can integrate BigBlueButton into my Django website

I'm trying to use an API called BigBLueButton in my website, and after a little researches, i figured how to install it in my project using the command pip install django-bigbluebutton. I add it to my INSTALLED-APP in setting.py. Until this step,…
Gritli Nadjat
  • 31
  • 1
  • 4
1
2
3
12 13