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.