VideoRendererConfig
data class VideoRendererConfig( val mirrorStream: Boolean = false, val modifiers: VideoRendererModifiersConfig = VideoRendererModifiersConfig(), val scalingType: VideoScalingType = defaultScalingType, val fallbackContent: @Composable (Call) -> Unit = {})
Constructors
Link copied to clipboard
constructor( mirrorStream: Boolean = false, modifiers: VideoRendererModifiersConfig = VideoRendererModifiersConfig(), scalingType: VideoScalingType = defaultScalingType, fallbackContent: @Composable (Call) -> Unit = {})