v0.5: Operator-configurable ICE servers via DataWebRTC.ICEServers #23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implemented in commits
9aaba9b/b6d2a77/4364d91/b3e667c.Changes:
config/data.go: AddedICEServers []stringtoDataWebRTCwith explanatory commentconfig/config.go: RegisteredCORE_WEBRTC_ICE_SERVERSenv var (comma-separated) ininit(); addedcopy.SliceinClone()app/webrtc/subsystem.go: InNew(), ifdataCfg.ICEServersis non-empty the slice is deep-copied intocoreCfg.ICEServers, replacing the built-in Pion defaults; empty list = keep defaultsapp/webrtc/handler_test.go: AddedTestSubsystem_ICEServers_OperatorOverrideverifying custom URIs replace defaults and built-in URIs are absent