Package-level declarations

Types

Link copied to clipboard
class CallBackgroundView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatImageView

Sets the incoming/outgoing call background. If the call is 1:1 will show the avatar of the other user, if there are more participants it will show a default background.

Link copied to clipboard
data class CallDetailsStyle(@Px val callAvatarSize: Int, @Px val singleAvatarSize: Int, @Px val avatarSpacing: Int, val participantsTextStyle: TextStyle, val singleParticipantTextStyle: TextStyle, val callStateTextStyle: TextStyle, val callStateTextAlpha: Float)

Style for CallDetailsView. Use this class together with TransformStyle.callDetailsStyleTransformer to change CallDetailsView styles programmatically.

Link copied to clipboard

Shows call participants avatars, info and call information.