mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-13 11:47:48 +02:00
Clarify user ID format in m.call.invite
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
50a2ac32dd
commit
2e978cfa69
|
|
@ -34,6 +34,8 @@ properties:
|
|||
type: string
|
||||
description: The ID of the user being called. If omitted, any user in the room can answer.
|
||||
x-addedInMatrixVersion: '1.7'
|
||||
format: mx-user-id
|
||||
pattern: "^@"
|
||||
sdp_stream_metadata:
|
||||
$ref: components/sdp_stream_metadata.yaml
|
||||
required:
|
||||
|
|
|
|||
Loading…
Reference in a new issue