Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigBlueButton LiveStreaming
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sergio Vergata
BigBlueButton LiveStreaming
Commits
1805a79c
Commit
1805a79c
authored
4 years ago
by
Martin Schrott
Browse files
Options
Downloads
Patches
Plain Diff
added chat feedback instructions
parent
7e802eb2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-0
10 additions, 0 deletions
README.md
with
10 additions
and
0 deletions
README.md
+
10
−
0
View file @
1805a79c
...
@@ -45,6 +45,16 @@ You need to set some environment variables to run the container.
...
@@ -45,6 +45,16 @@ You need to set some environment variables to run the container.
*
docker-compose up -d
*
docker-compose up -d
*
docker-compose down
*
docker-compose down
### Chat feedback
to use the user feedback via chat injection you will have to setup a website wehre the user can write comments and send them to your meeting.
In the examples folder, there are two files you can use as starting point:
*
player_and_chat.php
place this in a public webpage or create a similar webform that will be send to the processing php file sendChatMessage.php
*
sendChatMessage.php
this file must be reachable by the webform and has to have access to the redis database you configured in your docker-compose file.
## Known Limitations
## Known Limitations
*
the streamer does not reconnect, if the connection to BigBlueButton gets lost
*
the streamer does not reconnect, if the connection to BigBlueButton gets lost
*
when using breakoutrooms, the streamer will show the popup of the invitation and not be able to get back to the conference
*
when using breakoutrooms, the streamer will show the popup of the invitation and not be able to get back to the conference
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment