publishCustomAudioTrack property

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

设置是否发布自定义采集的音频。 true : 发布自定义采集的音频。 false :(默认)不发布自定义采集的音频。

Implementation

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