CallDetailsStyle

constructor(@Px callAvatarSize: Int, @Px singleAvatarSize: Int, @Px avatarSpacing: Int, participantsTextStyle: TextStyle, singleParticipantTextStyle: TextStyle, callStateTextStyle: TextStyle, callStateTextAlpha: Float)

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.