mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 08:58:38 +01:00
This is useful for a lot of things, like bridges (appservices), VoIP handling, and clients which generally may wish to do something with the field. Might as well include it on every event, despite the recommendation of https://github.com/matrix-org/matrix-doc/issues/1524
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.call.answer",
|
|
"content": {
|
|
"version" : 0,
|
|
"call_id": "12345",
|
|
"lifetime": 60000,
|
|
"answer": {
|
|
"type" : "answer",
|
|
"sdp" : "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]"
|
|
}
|
|
}
|
|
}
|