Sonos players event an audioClipStatus
type in the audioClip
namespace whenever it schedules, executes, or dismisses a clip. Subscribers to this namespace receive events for all audio clips, not just those loaded by the subscriber.
Parameters
See the Control documentation for descriptions of parameters in the header. See the table below for descriptions of parameters in the body.
Parameter | Type | Value |
---|---|---|
audioClips | array | An array of all audio clips. See audioClip for details. |
Example
{
"audioClips": [
{
"id": "4",
"name": "ACME",
"appId": "com.acme.app",
"priority": "LOW",
"clipType": "CUSTOM",
"status": "ACTIVE"
}
]
}