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
8e3b2e79
Commit
8e3b2e79
authored
5 years ago
by
Michael Koscher
Browse files
Options
Downloads
Patches
Plain Diff
set info message when chat is enabled
parent
c12caaf9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
chat.py
+1
-1
1 addition, 1 deletion
chat.py
with
3 additions
and
1 deletion
README.md
+
2
−
0
View file @
8e3b2e79
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
Streams a given BBB Meeting to an RTMP Server.
Streams a given BBB Meeting to an RTMP Server.
*License:*
[
GNU GPL v3 or later
](
http://www.gnu.org/copyleft/gpl.html
)
## Getting Started
## Getting Started
### Prerequisites
### Prerequisites
...
...
This diff is collapsed.
Click to expand it.
chat.py
+
1
−
1
View file @
8e3b2e79
...
@@ -60,7 +60,7 @@ def bbb_browser():
...
@@ -60,7 +60,7 @@ def bbb_browser():
element
=
EC
.
invisibility_of_element
((
By
.
CSS_SELECTOR
,
'
.ReactModal__Overlay
'
))
element
=
EC
.
invisibility_of_element
((
By
.
CSS_SELECTOR
,
'
.ReactModal__Overlay
'
))
WebDriverWait
(
browser
,
selelnium_timeout
).
until
(
element
)
WebDriverWait
(
browser
,
selelnium_timeout
).
until
(
element
)
browser
.
find_element_by_id
(
'
message-input
'
).
send_keys
(
"
Watch
er can send messages to this meeting
"
)
browser
.
find_element_by_id
(
'
message-input
'
).
send_keys
(
"
View
er
s
can send messages to this meeting
"
)
browser
.
find_elements_by_css_selector
(
'
[aria-label=
"
Send message
"
]
'
)[
0
].
click
()
browser
.
find_elements_by_css_selector
(
'
[aria-label=
"
Send message
"
]
'
)[
0
].
click
()
redis_r
=
redis
.
Redis
(
host
=
args
.
redis
,
charset
=
"
utf-8
"
,
decode_responses
=
True
)
redis_r
=
redis
.
Redis
(
host
=
args
.
redis
,
charset
=
"
utf-8
"
,
decode_responses
=
True
)
...
...
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