matrix-spec/data/event-schemas/examples/m.call.reject.yaml
2023-05-03 16:32:48 +01:00

10 lines
153 B
YAML

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