Home > rainway-sdk-native > Runtime > stopStream
Runtime.stopStream() method
Stop an active stream.
Signature:
stopStream(stream: StreamId): void;
Parameters
Parameter | Type | Description |
---|---|---|
stream | StreamId | the stream ID we should stop. |
Returns:
void