Skip to content

Commit

Permalink
docs(examples): BBB_CHAT_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
faust64 committed May 26, 2021
1 parent 16af111 commit d81d33e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/.env.chat_example
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ BBB_REDIS_HOST=redis
# Set REDIS channel to subscribe (default: 'chat')
BBB_REDIS_CHANNEL=chat
# Username for the chat (default: 'Chat')
BBB_CHAT_NAME=Chat
BBB_CHAT_NAME=Chat
# Message to post in BBB Chat when joining a conference
BBB_CHAT_MESSAGE=This meeting is streamed to
2 changes: 2 additions & 0 deletions examples/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ BBB_MODERATOR_PASSWORD=JjeQYksarqLQ
BBB_MEETING_TITLE=liveStreaming Test
# Media server url:
BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
# Message to post in BBB Chat when joining a conference
BBB_CHAT_MESSAGE=This meeting is streamed to
2 changes: 2 additions & 0 deletions examples/docker-compose.yml.chat_example
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
- BBB_ENABLE_CHAT=true
# show chat in live stream
- BBB_SHOW_CHAT=false
# Message to post in BBB Chat when joining a conference
- BBB_CHAT_MESSAGE=This meeting is streamed to
# Set REDIS host (default: 'redis')
- BBB_REDIS_HOST=redis
# Set REDIS channel to subscribe (default: 'chat')
Expand Down
2 changes: 2 additions & 0 deletions examples/docker-compose.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ services:
- BBB_END_INTRO_AT=
# Media server url:
- BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
# Message to post in BBB Chat when joining a conference
- BBB_CHAT_MESSAGE=This meeting is streamed to
# Resolution to be streamed/downloaded in format WxH (default 1920x1080)
- BBB_RESOLUTION=1920x1080
# stream video bitrate
Expand Down

0 comments on commit d81d33e

Please sign in to comment.