IncomingCallStyle
constructor(incomingScreenBackground: Drawable, acceptCallIcon: Drawable, @ColorInt acceptCallIconTint: Int, acceptCallBackground: Drawable, @ColorInt acceptCallBackgroundTint: Int, declineCallIcon: Drawable, @ColorInt declineCallIconTint: Int, declineCallBackground: Drawable, @ColorInt declineCallBackgroundTint: Int, videoButtonIconEnabled: Drawable, videoButtonIconDisabled: Drawable, @ColorInt videoButtonIconTint: Int, videoButtonBackground: Drawable, @ColorInt videoButtonBackgroundTint: Int)
Parameters
incomingScreenBackground
Background to be applied when in group calls or if the other user in direct call does not have an avatar.
acceptCallIcon
Icon for the accept call button.
acceptCallIconTint
Color of the accept call icon.
acceptCallBackground
The background drawable of accept button.
acceptCallBackgroundTint
The background color of the accept button.
declineCallIcon
Icon for the cancel call button.
declineCallIconTint
Color of the cancel call icon.
declineCallBackground
The background drawable of cancel button.
declineCallBackgroundTint
The background color of the cancel button.
videoButtonIconTint
The color of the video button icon.
videoButtonBackground
The background for the video button.
videoButtonBackgroundTint
The background color for the video button.