copy

fun AudioRendererStyle.copy(isShowingSpeakingBorder: Boolean = this.isShowingSpeakingBorder, speakingBorder: BorderStroke = this.speakingBorder, isShowingMicrophoneAvailability: Boolean = this.isShowingMicrophoneAvailability, microphoneLabelPosition: Alignment = this.microphoneLabelPosition, isShowingRoleBadge: Boolean = this.isShowingRoleBadge): AudioRendererStyle

Represents audio room render styles.

Parameters

isShowingSpeakingBorder

Represents whether the participant is speaking or not.

speakingBorder

The shape will be displayed when a participant is speaking.

isShowingMicrophoneAvailability

Represents whether displays the microphone availability indicator or not.

microphoneLabelPosition

The position of the microphone availability indicator.

isShowingRoleBadge

Represents whether the displays the role badge or not.