overwolf.windows.isMuted
Overwolf APIs / overwolf / overwolf / windows / isMuted
function isMuted(callback: CallbackFunction<IsMutedResult>): void;
Is window muted.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<IsMutedResult> | Called with the result of the request ({"muted": null}). |
Returns
void