1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 22:41:06 +02:00

Make viewers counter period configurable

This commit is contained in:
Alexandre Iooss
2020-09-29 18:44:32 +02:00
parent 12009b5875
commit 06542590e1
5 changed files with 18 additions and 9 deletions

View File

@ -15,11 +15,12 @@ import (
// Options holds web package configuration
type Options struct {
ListenAddress string
Name string
Hostname string
Favicon string
WidgetURL string
ListenAddress string
Name string
Hostname string
Favicon string
WidgetURL string
ViewersCounterRefreshPeriod int
// Copied from WebRTC configuration
STUNServers []string