IncomingCallDetailsContentParams

data class IncomingCallDetailsContentParams(val participants: List<MemberState>, val topPadding: Dp, val isVideoType: Boolean = true)

Parameters for VideoComponentFactory.IncomingCallDetailsContent.

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard