copy

fun VideoRendererStyle.copy(isFocused: Boolean = this.isFocused, isScreenSharing: Boolean = this.isScreenSharing, isShowingReactions: Boolean = this.isShowingReactions, isShowingParticipantLabel: Boolean = this.isShowingParticipantLabel, isShowingConnectionQualityIndicator: Boolean = this.isShowingConnectionQualityIndicator, labelPosition: Alignment = this.labelPosition, reactionDuration: Int = this.reactionDuration, reactionPosition: Alignment = this.reactionPosition): VideoRendererStyle

Represents video call render styles.

Parameters

isFocused

Represents whether the participant is focused or not.

isScreenSharing

Represents whether the video renderer is about screen sharing.

isShowingReactions

Represents whether display reaction comes from the call state.

isShowingParticipantLabel

Represents whether display the participant label that contains the name and microphone status of a participant.

isShowingConnectionQualityIndicator

Represents whether displays the connection quality indicator or not.

labelPosition

The position of the participant label that contains the name and microphone status of a participant.

reactionDuration

The duration of the reaction animation.

reactionPosition

The position of the reaction.