## Meet Integration (Video Call)

In the users list, every user with the **Medical Operator** role (role_id = 2) has a video camera button that opens a video call on **PlusMeet**.

### How it works

Clicking the button opens a new tab at a URL built as:

```
{MEET_URL}{surname}{id}
```

Example: `https://meet.plustest.cloud/Rossi42`

### Configuration

Add the variable to your `.env` file:

```env
MEET_URL=https://meet.plustest.cloud/
```

The value is read via `config('services.meet.url')` and passed to the frontend through Inertia.
