IncomingCallDetails

fun IncomingCallDetails(modifier: Modifier = Modifier, isVideoType: Boolean = true, participants: List<MemberState>)

A details of an incoming call that displays a list of participant information.

Parameters

modifier

Modifier for styling.

isVideoType

The type of call, Audio or Video.

participants

A list of participants to be displayed.