Skip to main content

overwolf.streaming.updateStreamingDesktopOptions

Overwolf APIs / overwolf / overwolf / streaming / updateStreamingDesktopOptions

function updateStreamingDesktopOptions(
streamId: number,
newOptions: StreamDesktopCaptureOptions,
mouseCursorStreamingMethod: StreamMouseCursor,
callback?: CallbackFunction<Result>,
): void;

Update stream desktop capture options.

Parameters

ParameterTypeDescription
streamIdnumberThe id of the stream for which to set the Be Right Back image.
newOptionsStreamDesktopCaptureOptionsThe updated desktop capture streaming options.
mouseCursorStreamingMethodStreamMouseCursorThe updated value of the mouse cursor streaming method.
callback?CallbackFunction<Result>A callback function to call with success or failure indication.

Returns

void

Deprecated

Since version 0.155.