v1

latestOpenAPI 3.1.02026-07-246652306.5 KB
playerVolume

getVolume

Use the getVolume command in the playerVolume namespace to get the volume and mute state of a player.

get/players/{playerId}/playerVolume

Response

Returns a playerVolume object type with the current volume, mute state, and fixed status of the targeted player.

volumeinteger required

Indicates the volume of the player, between 0 and 100.

mutedboolean

Indicates whether or not the player is muted. If true, the player is muted. If false, the player is not muted.

fixedboolean

Indicates whether or not the volume for the player is fixed or changeable. If true, your app cannot change the player volume. If false, your app can change the player volume. For example, the CONNECT has fixed-volume line-level output.