DualStreamerVideoConfig

Creates a DualStreamerVideoConfig with the same configuration for both video streams.

Parameters

config

the video configuration


fun DualStreamerVideoConfig(    fps: Int = 30,     firstVideoCodecConfig: DualStreamerVideoCodecConfig = DualStreamerVideoCodecConfig(),     secondVideoCodecConfig: DualStreamerVideoCodecConfig = DualStreamerVideoCodecConfig()): DualStreamerVideoConfig

Creates a DualStreamerVideoConfig with different configuration for each video stream.