OutgoingCallDetails
fun OutgoingCallDetails(modifier: Modifier = Modifier, isVideoType: Boolean = true, participants: List<MemberState>)
A details of an outgoing call that displays a list of participant information.
Parameters
isVideoType
The type of call, Audio or Video.
participants
A list of participants to be displayed.