publishCustomAudioTrack property

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

Whether to publish the audio captured from a custom source: true : Publish the audio captured from the custom source. false : Do not publish the captured audio from a custom source.

Implementation

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