IncomingCallDetailsContentParams

constructor(participants: List<MemberState>, topPadding: Dp, isVideoType: Boolean = true)

Parameters

participants

List of call members shown in the details.

topPadding

Suggested padding above the details content, computed from the participant count. The default implementation does not apply it; it is provided for custom implementations.

isVideoType

Represents whether the call type is a video or an audio.