MediaSFU React Native
    Preparing search index...

    Function receiveAllPipedTransports

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

      Parameters

      Returns Promise<void>

      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,
      },
      });