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.
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.