mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Fix lifetime description
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
455fca8a0e
commit
940c06f78d
|
|
@ -61,10 +61,8 @@ properties:
|
|||
- sdp
|
||||
lifetime:
|
||||
type: integer
|
||||
description: The time in milliseconds that the invite is valid for.
|
||||
Once the invite age exceeds this value, clients should discard it.
|
||||
They should also no longer show the call as awaiting an answer in the
|
||||
UI.
|
||||
description: The time in milliseconds that the negotiation is valid for.
|
||||
Once the negotiation age exceeds this value, clients should discard it.
|
||||
required:
|
||||
- description
|
||||
- lifetime
|
||||
|
|
|
|||
Loading…
Reference in a new issue