publish property

  1. @JsonKey(includeIfNull: false)
bool? publish
getter/setter pair

Whether to publish the sound of the metronome to remote users:

  • true: (Default) Publish. Both the local user and remote users can hear the metronome.
  • false: Do not publish. Only the local user can hear the metronome.

Implementation

@JsonKey(includeIfNull: false)
bool? publish;