overwolf.streaming.getWindowStreamingMode
Overwolf APIs / overwolf / overwolf / streaming / getWindowStreamingMode
function getWindowStreamingMode(
windowId: string,
callback: CallbackFunction<GetWindowStreamingModeResult>,
): void;
Call the given callback function with the window's streaming mode as a parameter.
Parameters
| Parameter | Type | Description |
|---|---|---|
windowId | string | The id of the window for which to get the streaming mode. |
callback | CallbackFunction<GetWindowStreamingModeResult> | The callback function to call with the window's streaming mode as a parameter. |
Returns
void