ParticipantVideoActionsContentParams
data class ParticipantVideoActionsContentParams(val actions: List<ParticipantAction>, val call: Call, val participant: ParticipantState)
Parameters for VideoComponentFactory.ParticipantVideoActionsContent.
Parameters
actions
The list of actions that can be applied to the participant.
call
The call that contains all the participants state and tracks.
participant
Participant the actions apply to.