mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-06 07:53:42 +01:00
* Fix m.call.negotiate schema and example Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add lifetime back Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Fix lifetime description Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
15 lines
302 B
YAML
15 lines
302 B
YAML
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.call.negotiate",
|
|
"content": {
|
|
"version" : "1",
|
|
"party_id": "67890",
|
|
"call_id": "12345",
|
|
"lifetime": 10000,
|
|
"description": {
|
|
"type" : "offer",
|
|
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
|
}
|
|
}
|
|
}
|