overwolf.streaming.stop
Overwolf APIs / overwolf / overwolf / streaming / stop
function stop(
streamId: number,
callback?: (result: StreamResult | StopStreamingResult) => void,
): void;
Stops the given stream.
Parameters
| Parameter | Type | Description |
|---|---|---|
streamId | number | The id of the stream to stop. |
callback? | (result: | StreamResult | StopStreamingResult) => void | A callback function which will be called with the status of the request. |
Returns
void