AudioOnlyCallDetails
fun AudioOnlyCallDetails(modifier: Modifier = Modifier, duration: String, participants: List<ParticipantState>)
Component that displays details for an active audio-only call.
Parameters
modifier
Modifier for styling.
duration
The current duration of the call.
participants
A list of current call participants to be displayed.