mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Drop lifetime from the call answer event example
This commit is contained in:
parent
8a5955e98f
commit
82588590a6
|
|
@ -4,7 +4,6 @@
|
||||||
"content": {
|
"content": {
|
||||||
"version" : 0,
|
"version" : 0,
|
||||||
"call_id": "12345",
|
"call_id": "12345",
|
||||||
"lifetime": 60000,
|
|
||||||
"answer": {
|
"answer": {
|
||||||
"type" : "answer",
|
"type" : "answer",
|
||||||
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue