EntropyEngine::Networking::WebRTCServerConfig
EntropyEngine::Networking::WebRTCServerConfig
Section titled “EntropyEngine::Networking::WebRTCServerConfig”Configuration for WebRTC-specific settings. More…
#include <RemoteServer.h>
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| bool | polite |
| std::vector< std::string > | iceServers |
Detailed Description
Section titled “Detailed Description”struct EntropyEngine::Networking::WebRTCServerConfig;Configuration for WebRTC-specific settings.
These settings are specific to WebRTC protocol and nested within RemoteServerConfig for extensibility.
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable polite
Section titled “variable polite”bool polite = false;variable iceServers
Section titled “variable iceServers”std::vector< std::string > iceServers;Updated on 2026-01-26 at 17:14:35 -0500