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

10 lines
153 B
YAML
Raw Normal View History

{
"$ref": "core/room_event.json",
"type": "m.call.hangup",
"content": {
2023-05-03 17:21:31 +02:00
"version" : "1",
"party_id": "67890",
"call_id": "12345"
}
}