CallDetailsStyle
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.
Parameters
callAvatarSize
The size of avatars for group calls.
singleAvatarSize
The size of avatar for direct call.
avatarSpacing
The spacing between avatars when in group call.
participantsTextStyle
Text style of the participants info text for a group call.
singleParticipantTextStyle
Text style of participants info for a direct call.
callStateTextStyle
Text style for the call state.
callStateTextAlpha
Alpha value for the call state.