ParticipantVideo
Renders a single participant with a given call, which contains all the call states. Also displays participant information with a label and connection quality indicator.
Parameters
The call that contains all the participants state and tracks.
Participant to render.
Modifier for styling.
Defined properties for styling a single video call track.
Content is shown that displays participant's name and device states.
Content is shown that indicates the connection quality.
Content is shown the video track is failed to load or not available.
Content is shown for the reaction.
Controls horizontal mirroring of the video stream. Defaults to MirrorMode.AUTO which mirrors only the local self-view when using the front camera; remote participants are never mirrored.
Content to show action picker with call actions related to the selected participant.
Deprecated
Use ParticipantVideo which accepts mirrorMode instead.
Replace with
ParticipantVideo(call, participant, modifier, style, labelContent, connectionIndicatorContent, scalingType, videoFallbackContent, reactionContent, actionsContent, mirrorMode)