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