overwolf.streaming.start
Overwolf APIs / overwolf / overwolf / streaming / start
function start(
settings: StreamSettings,
callback: CallbackFunction<StreamResult>,
): void;
Start a new stream.
Parameters
| Parameter | Type | Description |
|---|---|---|
settings | StreamSettings | The stream settings. |
callback | CallbackFunction<StreamResult> | A callback function which will be called with the status of the request. |
Returns
void