Adapter the CascadeBridge calls to create and tear down inter-node media pipes on a concrete media plane.
Implement this to realize the parent-to-child links of a cascade fan-out CascadeTree as real media forwarding between SFU nodes.
Establish a media pipe carrying roomId from fromNodeId to toNodeId. May be async so the pipe setup can be awaited and surface failures.
roomId
fromNodeId
toNodeId
Tear down the media pipe carrying roomId from fromNodeId to toNodeId.
Adapter the CascadeBridge calls to create and tear down inter-node media pipes on a concrete media plane.
Implement this to realize the parent-to-child links of a cascade fan-out CascadeTree as real media forwarding between SFU nodes.