Search code examples
apisonos

Is it possible to create a playback session with multiple groups?


I would like to use the Sonos API to control which groups play music simultaneously (just like how you can select multiple groups to play music in the Sonos app). Is this possible? The createSession command looks like it only takes one groupId.


Solution

  • Yes, look at the groups namespace. Specifically, the createGroup command, using the musicContextGroupId parameter, which should contain the group that has the audio to use.