mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-14 04:07:47 +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
|
type: string
|
||||||
description: The ID of the user being called. If omitted, any user in the room can answer.
|
description: The ID of the user being called. If omitted, any user in the room can answer.
|
||||||
x-addedInMatrixVersion: '1.7'
|
x-addedInMatrixVersion: '1.7'
|
||||||
|
format: mx-user-id
|
||||||
|
pattern: "^@"
|
||||||
sdp_stream_metadata:
|
sdp_stream_metadata:
|
||||||
$ref: components/sdp_stream_metadata.yaml
|
$ref: components/sdp_stream_metadata.yaml
|
||||||
required:
|
required:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue