publishMixedAudioTrack property

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

Whether to publish the mixed audio track: true : Publish the mixed audio track. false : Do not publish the mixed audio track.

Implementation

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