OutgoingCallDetailsContentParams

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

Parameters for VideoComponentFactory.OutgoingCallDetailsContent.

Parameters

participants

List of call members shown in the details.

topPadding

Suggested padding above the details content, computed from the participant count and call type. 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