MoqOutputNode.addRelay() method
Dynamically add an outbound MoQT relay to this egest. The egest will spawn a relay manager that connects to relay.relayUrl and starts publishing all live tracks to it. Repeated calls with the same URL are no-ops — use first if you want to reconnect.
Signature:
addRelay(relay: MoqOutputRelaySettings): void;