mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-28 03:48:36 +01:00
17 lines
305 B
Plaintext
17 lines
305 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[...]"
|
|
}
|
|
},
|
|
"unsigned": {
|
|
"age": 1234
|
|
}
|
|
}
|