Function kataglyphis::config::parse_webrtc_config

Function kataglyphis::config::parse_webrtc_config#

Function Documentation#

auto kataglyphis::config::parse_webrtc_config(const std::string &json_content) -> std::expected<WebRTCConfig, ConfigError>#

Load WebRTC configuration from a JSON string

Parameters:

json_content – JSON string content

Returns:

WebRTCConfig on success, ConfigError on failure