Function kataglyphis::config::load_webrtc_config

Function kataglyphis::config::load_webrtc_config#

Function Documentation#

auto kataglyphis::config::load_webrtc_config(const std::filesystem::path &config_path) -> std::expected<WebRTCConfig, ConfigError>#

Load WebRTC configuration from a JSON file

Parameters:

config_path – Path to webrtc_settings.json

Returns:

WebRTCConfig on success, ConfigError on failure