mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-24 00:03:44 +01:00
12 lines
163 B
Plaintext
12 lines
163 B
Plaintext
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.call.hangup",
|
|
"content": {
|
|
"version" : 0,
|
|
"call_id": "12345"
|
|
},
|
|
"unsigned": {
|
|
"age": 1234
|
|
}
|
|
}
|