(last update: July 17, 2019) (authors:
- antobinary
)
BigBlueButton can be embedded in a web page using an iframe. This set of inscructions is meant to guide a developer in the embedding process.
| .editor .gutter .line-number { | |
| &[class*="git"] { | |
| padding-left: 0 !important; | |
| border-left: none !important; | |
| color: #ffffff; | |
| opacity: 1; | |
| width: 40px; | |
| } | |
| &.git-line-added { |
| { | |
| "name": "kurento-hello-world", | |
| "version": "6.6.1", | |
| "lockfileVersion": 1, | |
| "requires": true, | |
| "dependencies": { | |
| "bower": { | |
| "version": "1.8.2", | |
| "resolved": "https://registry.npmjs.org/bower/-/bower-1.8.2.tgz", | |
| "integrity": "sha1-rfU1KcjUrwLvJPuNU0HBQZ0z4vc=", |
(last update: July 17, 2019) (authors:
)
BigBlueButton can be embedded in a web page using an iframe. This set of inscructions is meant to guide a developer in the embedding process.
(last update: July 17, 2019) (authors:
)
Note: A tool like https://meyerweb.com/eric/tools/dencoder/ is useful in the encoding-decoding process for the fields expecting encoded value passed (see below)
joinViaHtml5=true| diff --git a/bigbluebutton-html5/package.json b/bigbluebutton-html5/package.json | |
| index 5592a0eecb..6127108204 100644 | |
| --- a/bigbluebutton-html5/package.json | |
| +++ b/bigbluebutton-html5/package.json | |
| @@ -4,8 +4,8 @@ | |
| "license": "LGPL-3.0", | |
| "scripts": { | |
| "start": "if test \"$NODE_ENV\" = \"production\" ; then npm run start:prod; else npm run start:dev; fi", | |
| - "start:prod": "if test -z \"$ROOT_URL\" ; then export ROOT_URL=http://127.0.0.1/html5client; fi; meteor reset && meteor run --production --port=4100", | |
| - "start:dev": "if test -z \"$ROOT_URL\" ; then export ROOT_URL=http://127.0.0.1/html5client; fi;meteor run --port=4100", |
| #!/bin/bash | |
| # Ensure the script is run with superuser privileges | |
| if [ "$EUID" -ne 0 ] | |
| then echo "Please run as root" | |
| exit | |
| fi | |
| # Update packages and the system | |
| apt update && apt upgrade -y |
| #!/bin/bash -ex | |
| # Copyright (c) 2024 BigBlueButton Inc. | |
| # | |
| # This program is free software; you can redistribute it and/or modify it under the | |
| # terms of the GNU Lesser General Public License as published by the Free Software | |
| # Foundation; either version 3.0 of the License, or (at your option) any later | |
| # version. | |
| # | |
| # BigBlueButton is distributed in the hope that it will be useful, but WITHOUT ANY |