# SessionEventListener

Listens for activity on this session

- `sid`
  Default implementation

#### Default Implementation

Undocumented

#### Declaration

- `onParticipantAction(participant:participantAction:)`
  Called when a participant-related action occurs

#### Declaration

#### Parameters

|     |     |
| --- | --- |
| `<br>                                participant<br>` | the participant (see `ScreenMeet.Session.Participant`) |
| `<br>                                participantAction<br>` | the action that occurred (see `ScreenMeet.Session.ParticipantAction`) |
