publishRhythmPlayerTrack property

  1. @JsonKey(name: 'publishRhythmPlayerTrack')
bool? publishRhythmPlayerTrack
final

Whether to publish the sound of a metronome to remote users: true : Publish processed audio frames. Both the local user and remote users can hear the metronome. false : Do not publish the sound of the metronome. Only the local user can hear the metronome.

Implementation

@JsonKey(name: 'publishRhythmPlayerTrack')
final bool? publishRhythmPlayerTrack;