publishCustomAudioTrack property

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

Sets whether to publish the captured audio from a custom source: true : Publish the captured audio from a custom source. false : (Default) Do not publish the captured audio from the custom source.

Implementation

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