From 1fda1ec52cc230608279fa5927cc8d1aef82970c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 17 May 2023 09:43:49 +0100 Subject: [PATCH] Change tense Co-authored-by: Hubert Chathi --- content/client-server-api/modules/voip_events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/voip_events.md b/content/client-server-api/modules/voip_events.md index e269d640..86500486 100644 --- a/content/client-server-api/modules/voip_events.md +++ b/content/client-server-api/modules/voip_events.md @@ -9,7 +9,7 @@ communication is supported (e.g. between two peers, or between a peer and a multi-point conferencing unit). This means that clients MUST only send call events to rooms with exactly two participants. -All VoIP events have a `version` field. This will be used to determine whether +All VoIP events have a `version` field. This is used to determine whether devices support this new version of the protocol. For example, clients can use this field to know whether to expect an `m.call.select_answer` event from their opponent. If clients see events with `version` other than `0` or `"1"`