MoqOutputNode.removeRelay() method

Dynamically remove a previously-added outbound MoQT relay. The relay manager for the matching URL is asked to shut down. If no relay is currently registered for the URL the call is a no-op.

Signature:

removeRelay(relayUrl: string): void;

Parameters

Parameter Type Description

relayUrl

string

Returns:

void