CallParticipantStyle

constructor(labelAlignment: CallParticipantLabelAlignment, @Px labelMargin: Int, @Px activeSpeakerBorderWidth: Int, @ColorInt activeSpeakerBorderColor: Int, labelTextStyle: TextStyle, @ColorInt labelBackgroundColor: Int, participantMicOffIcon: Drawable, @ColorInt participantMicOffIconTint: Int, @ColorInt participantAudioLevelTint: Int, @Px elevation: Float, @Px cornerRadius: Float)

Parameters

labelAlignment

The alignment of the microphone off/on icon and name label.

labelMargin

The margin between the name label and the CallParticipantView borders.

activeSpeakerBorderColor

The colour of the active speaking participant border.

labelTextStyle

The text style for the participants name label.

labelBackgroundColor

The colour of the participant name label background.

participantMicOffIcon

The icon indicating when the participants microphone is off.

participantMicOffIconTint

The colour of the microphone off indicator drawable.

participantAudioLevelTint

The color of the audio level when the microphone is on.

elevation

The elevation of the CallParticipantView.

cornerRadius

The radius of the CallParticipantView corners.