Skip to main content

overwolf.windows.mediaplayerelement.resume

Overwolf APIs / overwolf / overwolf / windows / mediaPlayerElement / resume

function resume(id: number, callback: CallbackFunction<Result>): void;

Resumes the current video.

Parameters

ParameterTypeDescription
idnumberThe id of the player.
callbackCallbackFunction<Result>A callback function which will be called with the status of the request.

Returns

void