Documentation
¶
Index ¶
Constants ¶
View Source
const Display = ":99"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ApiKey string `yaml:"api_key"`
ApiSecret string `yaml:"api_secret"`
WsUrl string `yaml:"ws_url"`
HealthPort int `yaml:"health_port"`
LogLevel string `yaml:"log_level"`
Redis RedisConfig `yaml:"redis"`
S3 S3Config `yaml:"s3"`
Defaults *livekit.RecordingOptions `yaml:"defaults"`
}
func TestConfig ¶
func TestConfig() *Config
func (*Config) ApplyDefaults ¶
func (c *Config) ApplyDefaults(req *livekit.StartRecordingRequest)
type RedisConfig ¶
Click to show internal directories.
Click to hide internal directories.