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