ParticipantVideoParams

constructor(call: Call, participant: ParticipantState, modifier: Modifier = Modifier, style: VideoRendererStyle = RegularVideoRendererStyle(), scalingType: VideoScalingType = VideoScalingType.SCALE_ASPECT_FILL, mirrorMode: MirrorMode = MirrorMode.AUTO)

Parameters

call

The call that contains all the participants state and tracks.

participant

Participant to render.

modifier

Modifier for styling.

style

Defined properties for styling a single video call track.

scalingType

The scaling type for the video renderer.

mirrorMode

Controls horizontal mirroring of the video stream.