mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 14:04: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
|
- sdp
|
||||||
lifetime:
|
lifetime:
|
||||||
type: integer
|
type: integer
|
||||||
description: The time in milliseconds that the invite is valid for.
|
description: The time in milliseconds that the negotiation is valid for.
|
||||||
Once the invite age exceeds this value, clients should discard it.
|
Once the negotiation age exceeds this value, clients should discard it.
|
||||||
They should also no longer show the call as awaiting an answer in the
|
|
||||||
UI.
|
|
||||||
required:
|
required:
|
||||||
- description
|
- description
|
||||||
- lifetime
|
- lifetime
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue