publishCustomAudioTrack property
设置是否发布自定义采集的音频: true :发布自定义采集到的音频。 false :不发布自定义采集到的音频。
Implementation
@JsonKey(name: 'publishCustomAudioTrack')
final bool? publishCustomAudioTrack;
设置是否发布自定义采集的音频: true :发布自定义采集到的音频。 false :不发布自定义采集到的音频。
@JsonKey(name: 'publishCustomAudioTrack')
final bool? publishCustomAudioTrack;