Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergio Vergata
BigBlueButton LiveStreaming
Commits
c9a0f0b0
Commit
c9a0f0b0
authored
May 14, 2020
by
Martin Schrott
Browse files
small changes to some messages
parent
973d03e6
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c9a0f0b0
...
...
@@ -68,4 +68,4 @@ Always be transparent and act upon privacy rights and federal law Regulations.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with BigBlueButton-liveStreaming. If not, see [GNU website](https://www.gnu.org/licenses
/
)
along with BigBlueButton-liveStreaming. If not, see [GNU website](https://www.gnu.org/licenses)
chat.py
View file @
c9a0f0b0
...
...
@@ -60,7 +60,7 @@ def bbb_browser():
element
=
EC
.
invisibility_of_element
((
By
.
CSS_SELECTOR
,
'.ReactModal__Overlay'
))
WebDriverWait
(
browser
,
selelnium_timeout
).
until
(
element
)
browser
.
find_element_by_id
(
'message-input'
).
send_keys
(
"Viewers
can
send messages to this meeting"
)
browser
.
find_element_by_id
(
'message-input'
).
send_keys
(
"Viewers
of the live stream can now
send messages to this meeting"
)
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
)
...
...
stream.py
View file @
c9a0f0b0
...
...
@@ -59,7 +59,7 @@ def bbb_browser():
element
=
EC
.
invisibility_of_element
((
By
.
CSS_SELECTOR
,
'.ReactModal__Overlay'
))
WebDriverWait
(
browser
,
selelnium_timeout
).
until
(
element
)
browser
.
find_element_by_id
(
'message-input'
).
send_keys
(
"This meeting
will be stream to the following address
: %s"
%
args
.
target
)
browser
.
find_element_by_id
(
'message-input'
).
send_keys
(
"This meeting
is streamed to
: %s"
%
args
.
target
)
browser
.
find_elements_by_css_selector
(
'[aria-label="Send message"]'
)[
0
].
click
()
if
args
.
chat
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment