overwolf.streaming.setWindowStreamingMode
Overwolf APIs / overwolf / overwolf / streaming / setWindowStreamingMode
function setWindowStreamingMode(
windowId: string,
streamingMode: StreamingMode,
callback?: CallbackFunction<Result>,
): void;
Set the window's stream mode.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id of the window for which to set the streaming mode. |
streamingMode | StreamingMode | The desired streaming mode. |
callback? | CallbackFunction<Result> | A function called after streaming mode was set indicating success, or error in case of an error. |
Returns
void