openapi: add participantIdentity property to meet-participant-options schema

This commit is contained in:
juancarmore 2025-08-14 13:52:24 +02:00
parent 7bffed69f0
commit adf13d6ff9

View File

@ -15,3 +15,7 @@ properties:
type: string
description: The name of the participant.
example: 'Alice'
participantIdentity:
type: string
description: The unique identity of the participant.
example: 'Alice'