publish property
getter/setter pair
- Field description: Whether to send the music to remote users.
- Valid values:
true
: remote users can hear the music played locally;false
(default): only the local user can hear the music.
Implementation
bool publish;