Web SDK - InboundStream.close()

Home > @rainway/web > InboundStream > close

InboundStream.close() method

Stop consuming the stream. The container is cleared. This also sends a message to the remote end indicating that we are no longer interested in this stream.

Signature:

close(): void;

Returns:

void