CallControlsStyle

data class CallControlsStyle(@Px val callControlButtonSize: Int, @Px val callControlButtonSizeLandscape: Int, val callControlsBackground: Drawable, val callControlsBackgroundLandscape: Drawable, @ColorInt val callControlsBackgroundColor: Int)

Style for CallControlsView. Use this class together with TransformStyle.callControlsStyleTransformer to change CallControlsStyle styles programmatically.

Parameters

callControlButtonSize

The size of the call control buttons.

callControlsBackgroundColor

The color of the call controls background.

Constructors

Link copied to clipboard
constructor(@Px callControlButtonSize: Int, @Px callControlButtonSizeLandscape: Int, callControlsBackground: Drawable, callControlsBackgroundLandscape: Drawable, @ColorInt callControlsBackgroundColor: Int)