Package-level declarations
Types
Link copied to clipboard
data class OutgoingCallStyle(val outgoingScreenBackground: Drawable, val cancelCallIcon: Drawable, @ColorInt val cancelCallIconTint: Int, val cancelCallBackground: Drawable, @ColorInt val cancelCallBackgroundTint: Int, val videoIconEnabled: Drawable, val videoIconDisabled: Drawable, val microphoneIconEnabled: Drawable, val microphoneIconDisabled: Drawable, @ColorInt val mediaButtonIconTint: Int, val mediaButtonBackground: Drawable, @ColorInt val mediaButtonBackgroundTint: Int)
Style for OutgoingCallView. Use this class together with TransformStyle.outgoingCallStyleTransformer to change OutgoingCallView styles programmatically.
Link copied to clipboard
Represents the Outgoing Call state and UI, when the user is calling other people.