Class LocalTranscoderConfiguration

The configuration of the video mixing on the local client.

Hierarchy

  • LocalTranscoderConfiguration

Constructors

Properties

streamCount?: number

The number of the video streams for the video mixing on the local client.

videoInputStreams?: TranscodingVideoStream[]

The video streams for local video mixing. See TranscodingVideoStream.

videoOutputConfiguration?: VideoEncoderConfiguration

The encoding configuration of the mixed video stream after the local video mixing. See VideoEncoderConfiguration.

Generated using TypeDoc