# `Twilio.Insights.V1.Video.Room.ParticipantService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/insights/v1/video/room/participant_service.ex#L2)

Service for Participant API operations.

Operations: `list`, `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Insights.V1.Video.Room.Participant.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Get Video Log Analyzer data for a Room Participant.

Operation: `FetchVideoParticipantSummary` | Tags: InsightsV1Participant

# `list`

```elixir
@spec list(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Page.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Get a list of room participants.

Operation: `ListVideoParticipantSummary` | Tags: InsightsV1Participant

# `stream`

```elixir
@spec stream(Twilio.Client.t(), String.t(), map(), keyword()) :: Enumerable.t()
```

Stream: Get a list of room participants. (lazy auto-pagination).

---

*Consult [api-reference.md](api-reference.md) for complete listing*
