> For the complete documentation index, see [llms.txt](https://docs.validia.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.validia.ai/platform-usage/kye/live-authentication-in-meetings.md).

# Live Authentication in Meetings

Once bioprints are created, Validia's KYP engine verifies participants in real time as they join supported video calls. This process runs passively in the background and confirms the identity of each participant using facial and voice signals.

***

### How It Works

1. **Meeting Detection**\
   When a supported meeting begins, Validia joins as a silent bot or integrates passively (depending on platform).
2. **Biometric Matching**\
   Each participant is scanned and matched against their registered bioprint.
3. **Authentication Result**\
   A result is logged in the Validia dashboard, showing:
   * Confidence score
   * Verified name
   * Time of authentication
   * Risk flags if applicable

<figure><img src="/files/FZqqoNkw9wXrIDSdF3dl" alt=""><figcaption></figcaption></figure>

***

### Scheduling a Verified Meeting

You can schedule a verified meeting in three ways, listed from most automated to most manual:

1. **Calendar Sync**\
   Connect your Google or Outlook calendar from the [Integrations](/platform-usage/integrations.md) page. The Validia bot will automatically join any meeting with a link.
2. **Dashboard Scheduling**\
   Visit the **Meetings** tab and schedule a meeting manually. Input the meeting link and Validia will join.
3. **On-the-Fly Detection (Beta)**\
   If enabled, Validia can join ad hoc meetings by detecting calendar updates or alerting admins for approval.

***

### Real-Time Alerts

During authentication, Validia can send alerts if:

* Unverified participants
* Low confidence scores
* Biometric mismatches
* VPN, proxy, or Tor use

<figure><img src="/files/K2tBLozQQ5EKOLq84uQn" alt=""><figcaption></figcaption></figure>

These alerts are delivered through Slack, email, or other integrations.\
➡️ Learn more in[ Messaging & Alerts](/platform-usage/integrations/messaging-and-alerting.md)

***

### Viewing Authentication Results

After the meeting, results are stored in your dashboard for auditing. You can:

* Filter by date, participant, or confidence level
* Export logs for compliance
* Push data to your SIEM\
  ➡️ See [Platform API](/platform-usage/integrations/api-setup.md) & [SIEM Integration](/platform-usage/integrations/siem/log-forwarding-api.md)

<figure><img src="/files/E0R6EO3O9XflK4RHLoUz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.validia.ai/platform-usage/kye/live-authentication-in-meetings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
