audioInputStreams property

  1. @JsonKey(name: 'audioInputStreams')
List<MixedAudioStream>? audioInputStreams
final

The source of the audio streams that are mixed locally. See MixedAudioStream.

Implementation

@JsonKey(name: 'audioInputStreams')
final List<MixedAudioStream>? audioInputStreams;