AudioOnlyCallDetailsContentParams

data class AudioOnlyCallDetailsContentParams(val remoteParticipants: List<ParticipantState>, val topPadding: Dp, val duration: String = "")

Parameters for VideoComponentFactory.AudioOnlyCallDetailsContent.

Parameters

remoteParticipants

List of the remote participants shown in the details.

topPadding

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

duration

The current duration of the call, formatted as text.

Constructors

Link copied to clipboard
constructor(remoteParticipants: List<ParticipantState>, topPadding: Dp, duration: String = "")

Properties

Link copied to clipboard
Link copied to clipboard