publish property
- 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;
true
: remote users can hear the music played locally;false
(default): only the local user can hear the music.bool publish;