LiveKit.Config (LiveKit v0.1.1)
View SourceConfiguration module for LiveKit. Handles configuration management and provides a unified interface for accessing LiveKit settings.
Summary
Functions
Returns the current configuration. It merges the following in order of precedence
Returns a validated configuration or an error.
Validates the configuration and returns :ok if valid, {:error, reason} otherwise.
Types
Functions
Returns the current configuration. It merges the following in order of precedence:
- Runtime-provided options (highest priority)
- Application environment
- Environment variables
- Default values (lowest priority)
Returns a validated configuration or an error.
Validates the configuration and returns :ok if valid, {:error, reason} otherwise.