Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ services:
- RESOLUTION_MIN
- RESOLUTION_WIDTH
- RESOLUTION_WIDTH_MIN
- RTCSTATS_ENABLED
- RTCSTATS_STORE_LOGS
- RTCSTATS_POLL_INTERVAL
- RTCSTATS_SEND_SDP
- RTCSTATS_URL_BASE
- RTC_VISUALIZER_URL_BASE
- RTC_VISUALIZER_PATH
- START_AUDIO_MUTED
- START_AUDIO_ONLY
- START_SILENT
Expand Down
15 changes: 15 additions & 0 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,21 @@ TZ=UTC
# Set etherpad-lite public URL, including /p/ pad path fragment (uncomment to enable)
#ETHERPAD_PUBLIC_URL=https://etherpad.my.domain/p/

#
# rtcstats integration
#

# Enable rtcstats analytics (uncomment to enable)
#RTCSTATS_ENABLED=true

# Send the console logs to the rtcstats server
#RTCSTATS_STORE_LOGS=true

# The interval at which rtcstats will poll getStats, defaults to 10000ms.
#RTCSTATS_POLL_INTERVAL=10000

# Send the SDP to the rtcstats server
#RTCSTATS_SEND_SDP=true

#
# Whiteboard integration
Expand Down
Loading