v1

latestOpenAPI 3.1.02026-07-246652306.5 KB
playerVolume

setMute

Use the setMute command in the playerVolume namespace to mute and unmute a player.

Returns an empty body with a success value of true if successful. The player generates a playerVolume event if the mute state was changed.

post/players/{playerId}/playerVolume/mute

Request body

mutedboolean required

true to mute the player or false to unmute the player.

Response

See the x-muse-error-codes extension for a list of muse errors that generate this response

Ok required

This object represents an empty (default) success. The platform returns an empty object ({}).