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

11 lines
182 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",
2023-05-04 13:30:18 +02:00
"call_id": "12345",
"reason": "user_hangup"
}
}