CallParticipantsInfoMenu
fun CallParticipantsInfoMenu(call: Call, modifier: Modifier = Modifier, onDismiss: () -> Unit = {}, onCallAction: (CallAction) -> Unit = {})
Represents a menu that shows information on the current call participants, while allowing the user to trigger the Invite Users flow as well as trigger actions on any participants in a call.
Parameters
call
The call that contains all the participants state and tracks.
modifier
Modifier for styling.
onDismiss
Handler when the user dismisses the UI through various actions.