OutgoingCallDetails
fun OutgoingCallDetails(modifier: Modifier = Modifier, isVideoType: Boolean = true, participants: List<MemberState>)
Component that displays details for an outgoing call.
Parameters
modifier
Modifier for styling.
isVideoType
The type of call, audio or video.
participants
A list of call members to be displayed.