videoInputStreams property

  1. @JsonKey(name: 'videoInputStreams')
List<TranscodingVideoStream>? videoInputStreams
final

The video streams for local video mixing. See TranscodingVideoStream.

Implementation

@JsonKey(name: 'videoInputStreams')
final List<TranscodingVideoStream>? videoInputStreams;