Receives all piped transports by emitting an event to the server and processing the response.
The options for receiving all piped transports.
Optional
A promise that resolves when the operation is complete.
Will log an error message if the operation fails.
await receiveAllPipedTransports({ nsock: socketInstance, community: false, parameters: { roomName: 'Room1', member: 'Member1', getPipedProducersAlt: getPipedProducersAltFunction, },}); Copy
await receiveAllPipedTransports({ nsock: socketInstance, community: false, parameters: { roomName: 'Room1', member: 'Member1', getPipedProducersAlt: getPipedProducersAltFunction, },});
Receives all piped transports by emitting an event to the server and processing the response.