Skip to content
Snippets Groups Projects
Commit f4094c5e authored by David Baker's avatar David Baker
Browse files

Update spec with the lifetime field.

parent dd2b933a
No related branches found
No related tags found
No related merge requests found
...@@ -1169,8 +1169,14 @@ This event is sent by the caller when they wish to establish a call. ...@@ -1169,8 +1169,14 @@ This event is sent by the caller when they wish to establish a call.
Required keys: Required keys:
- ``call_id`` : "string" - A unique identifier for the call - ``call_id`` : "string" - A unique identifier for the call
- ``offer`` : "offer object" - The session description - ``offer`` : "offer object" - The session description
- ``version`` : "integer" - The version of the VoIP specification this message - ``version`` : "integer" - The version of the VoIP specification this
adheres to. This specification is version 0. message adheres to. This specification is
version 0.
- ``lifetime`` : "integer" - 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.
Optional keys: Optional keys:
None. None.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment