matrix-spec/data/event-schemas/examples/m.call.hangup.yaml
2023-05-03 16:21:31 +01:00

10 lines
153 B
YAML

{
"$ref": "core/room_event.json",
"type": "m.call.hangup",
"content": {
"version" : "1",
"party_id": "67890",
"call_id": "12345"
}
}