matrix-spec/event-schemas/examples/m.call.hangup

12 lines
163 B
Plaintext
Raw Normal View History

{
"$ref": "core/room_event.json",
"type": "m.call.hangup",
"content": {
"version" : 0,
"call_id": "12345"
},
"unsigned": {
2018-08-26 07:00:26 +02:00
"age": 1234
}
}