mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-18 13:23:42 +01:00
11 lines
182 B
YAML
11 lines
182 B
YAML
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.call.hangup",
|
|
"content": {
|
|
"version" : "1",
|
|
"party_id": "67890",
|
|
"call_id": "12345",
|
|
"reason": "user_hangup"
|
|
}
|
|
}
|