groupVolume

getVolume

Use the getVolume command in the groupVolume namespace to get the volume and mute state of a group.

get/groups/{groupId}/groupVolume

Response

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

volumeinteger required

Group volume as an integer between 0 and 100, inclusive.

mutedboolean

A value indicating whether or not the group is muted. If true, the group is muted. If false, the group is not muted.

fixedboolean

A value indicating whether or not the group volume is fixed or changeable. If true, your app cannot change the group volume. If false, your app can change the group volume.

Changes