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

Pre-upload Slides in bigbluebutton

how can I Pre-upload Slides with bigbluebutton-js npm package? let meetingCreateUrl = await api.administration.create(roomName, roomId, { attendeePW: attendeepassword, moderatorPW: moderatorpassword, record:true, …
0
votes
1 answer

Build BigBlueButton from dockerfile

I want to build BigBlueButton system from the Dockerfiles. I have tried some times with exist Dockerfiles in source code, but it have not succeeded. I found many BigBlueButton components in source code, but I don't know the order for building…
ThanhLam112358
  • 878
  • 1
  • 20
  • 51
0
votes
1 answer

BigBlueButton internal audio controls

I am trying to integrate BBB with existing ui elements. I could find the basic api list on the website but am unable to find other internal requests, like how does the mute/unmute functionality works etc. Is there a way I could find the list of…
0
votes
2 answers

Disable end meeting option in BigBlueButton

I have searched for a day almost and couldn't find anything helpful from both the official BBB docs and google. I have some recurring calendar events setup and I am using bigbluebutton for the video conferencing. Since the meeting is recurring I…
Aravind Reddy
  • 353
  • 4
  • 18
0
votes
0 answers

Return Value from XML Response

I am using 'bigbluebutton_api_python' and it returns response like: {'xml': XMLDictNode(xml_attrs=OrderedDict(), value=OrderedDict([('returncode', XMLCDATANode(xml_attrs=OrderedDict(), value='SUCCESS')), ('createDate',…
0
votes
0 answers

BigBlueButton 2-3-dev html5client showing “404 not found”

I'm having the same issue after upgrading to 2.3 on Ubuntu 18. Everything loads, bbb-conf --status all active, no errors on bbb but I keep getting the "404 Not found" error when trying to access the Redlight Rooms or any resource requiring the html5…
0
votes
1 answer

Used object tag in Angular but not found camera

I am trying to display Angular website inside another website using object tag.I used bigbluebutton in object tag.I need to use camera on website in the object tag but camera not found.Bigbluebuttom when open different tab, working camera. Here is…
0
votes
1 answer

BigBlueButton Checksum Bypass?

There this VC site which uses the BBB Api and sends over variables and checksum to BBB to join a conversation. I wanted to know how I could change the fullName property without alerting the checksum. I've tried using Burp Suite to pause redirection…
0
votes
1 answer

Big Blue Button HTML5Client not showing all features

I have a brand new BBB server and doing some tests right now. My call for a user to join a meeting is like…
Billy Billy
  • 423
  • 4
  • 14
0
votes
1 answer

BigBlueButton 2-3-dev html5client showing "404 not found" nginx error

Lately I have installed bbb 2.3 on my Ubuntu 18.04 VPN server. After a few road-bumps it installed and bbb-conf --status shows no error/warning.
root@mydomain:~# bbb-conf --status
default
nginx —————————————————► [✔ - active]
freeswitch…
Asif Aziz
  • 19
  • 7
0
votes
1 answer

After installing BigBlueButton 2.3-dev, I am unable to connect via SSH. Why?

I have a VPN server (on A2Hosting) with Ubuntu 18.04 installed. The server meets the minimum configuration required for BBB. I was able to connect to this server via ssh and installed BBB 2.3-dev. It installed successfully and I can access the main…
Asif Aziz
  • 19
  • 7
0
votes
0 answers

Starting video failed when using webcam in Big Blue Button ubuntu 18.04

When trying to give access to my webcam (VGA Single Chip via USB) in BBB, an error appears. But the camera is OK e. g. it works in GUVCView and the command lsusb gives Bus 002 Device 011: ID 093a:2603 Pixart Imaging, Inc. PAC7312 Camera Bus 002…
0
votes
2 answers

Big Blue Button (BBB) checksum generation for Zapier webhooks

I'm trying to make calls to my BBB server through Zapier webhhoks but I can't correctly calculate the checksum that must be appended to any call. I read the documentation (https://docs.bigbluebutton.org/dev/webhooks.html#callback-format) but I can't…
0
votes
2 answers

BigBlueButton sound issue - can't join with audio neither listening (ICE error 1004)

I am using BigBlueButton with canvas. I installed it using the script provided on their Github page, namely: wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -a -v xenial-22 -s bbb.example.com -e info@example.com The…
younes zeboudj
  • 856
  • 12
  • 22
0
votes
2 answers

Looks like you are using an older version of supported browser (Bigbluebutton)

I am developing a webview application to run BigBlueButton website on my app for video conferencing. I am facing an error "Looks like you are using an older version of supported browser. Please upgrade Your browser for full support" with blue…
Aqib_1
  • 3
  • 1