From ea056a77be2b541e330b2be945502e4565cd3972 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 17 May 2023 10:06:25 +0100 Subject: [PATCH] Clarify who can answer Co-authored-by: Hubert Chathi --- data/event-schemas/schema/m.call.invite.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/event-schemas/schema/m.call.invite.yaml b/data/event-schemas/schema/m.call.invite.yaml index 7f8618bf..d9f0b442 100644 --- a/data/event-schemas/schema/m.call.invite.yaml +++ b/data/event-schemas/schema/m.call.invite.yaml @@ -43,7 +43,7 @@ }, "invitee": { "type": "string", - "description": "The ID of the user being called.", + "description": "The ID of the user being called. If omitted, any user in the room can answer.", } }, "required": ["call_id", "offer", "version", "lifetime", "party_id"]