ParticipantVideoParams
data class ParticipantVideoParams(val call: Call, val participant: ParticipantState, val modifier: Modifier = Modifier, val style: VideoRendererStyle = RegularVideoRendererStyle(), val scalingType: VideoScalingType = VideoScalingType.SCALE_ASPECT_FILL, val mirrorMode: MirrorMode = MirrorMode.AUTO)
Parameters for VideoComponentFactory.ParticipantVideo.
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.
Constructors
Link copied to clipboard
constructor(call: Call, participant: ParticipantState, modifier: Modifier = Modifier, style: VideoRendererStyle = RegularVideoRendererStyle(), scalingType: VideoScalingType = VideoScalingType.SCALE_ASPECT_FILL, mirrorMode: MirrorMode = MirrorMode.AUTO)