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.

Constructors

Link copied to clipboard
constructor(actions: List<ParticipantAction>, call: Call, participant: ParticipantState)

Properties

Link copied to clipboard
Link copied to clipboard
val call: Call
Link copied to clipboard