publishRhythmPlayerTrack property
设置是否发布虚拟节拍器声音至远端: true :发布。本地用户和远端用户都能听到节拍器。 false :不发布。只有本地用户能听到节拍器。
Implementation
@JsonKey(name: 'publishRhythmPlayerTrack')
final bool? publishRhythmPlayerTrack;
设置是否发布虚拟节拍器声音至远端: true :发布。本地用户和远端用户都能听到节拍器。 false :不发布。只有本地用户能听到节拍器。
@JsonKey(name: 'publishRhythmPlayerTrack')
final bool? publishRhythmPlayerTrack;