matrix-spec/event-schemas/examples/m.call.hangup
2018-08-25 23:00:26 -06:00

12 lines
163 B
Plaintext

{
"$ref": "core/room_event.json",
"type": "m.call.hangup",
"content": {
"version" : 0,
"call_id": "12345"
},
"unsigned": {
"age": 1234
}
}