overwolf.windows.setMute
Overwolf APIs / overwolf / overwolf / windows / setMute
function setMute(mute: boolean, callback: CallbackFunction<Result>): void;
Set current window Mute state.
Parameters
| Parameter | Type | Description |
|---|---|---|
mute | boolean | window mute (on\off). |
callback | CallbackFunction<Result> | Called with the result of the request. |
Returns
void