ParticipantActions
fun BoxScope.ParticipantActions(modifier: Modifier = Modifier, actions: List<ParticipantAction>, call: Call, participant: ParticipantState)
Renders a set of actions for a given participant.
Parameters
modifier
Modifier for styling.
actions
A list of actions to render.
call
The call that contains all the participants state and tracks.
participant
The participant to render actions for.