Function receiveAllPipedTransports

Receives all piped transports by emitting an event to the server and processing the response.

Will log an error message if the operation fails.

await receiveAllPipedTransports({
nsock: socketInstance,
community: false,
parameters: {
roomName: 'Room1',
member: 'Member1',
getPipedProducersAlt: getPipedProducersAltFunction,
},
});