diff --git a/examples/.env.chat_example b/examples/.env.chat_example index a8e319f..43a4c78 100644 --- a/examples/.env.chat_example +++ b/examples/.env.chat_example @@ -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 \ No newline at end of file +BBB_CHAT_NAME=Chat +# Message to post in BBB Chat when joining a conference +BBB_CHAT_MESSAGE=This meeting is streamed to diff --git a/examples/.env.example b/examples/.env.example index af4fa4f..41af567 100644 --- a/examples/.env.example +++ b/examples/.env.example @@ -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 diff --git a/examples/docker-compose.yml.chat_example b/examples/docker-compose.yml.chat_example index fcf1828..5b8346a 100644 --- a/examples/docker-compose.yml.chat_example +++ b/examples/docker-compose.yml.chat_example @@ -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') diff --git a/examples/docker-compose.yml.example b/examples/docker-compose.yml.example index fed3b9d..c23165f 100644 --- a/examples/docker-compose.yml.example +++ b/examples/docker-compose.yml.example @@ -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