mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-04 10:44:10 +01:00
Fix reason in hangup/reject
This commit is contained in:
parent
c079875928
commit
af22989a24
|
|
@ -4,6 +4,7 @@
|
||||||
"content": {
|
"content": {
|
||||||
"version" : "1",
|
"version" : "1",
|
||||||
"party_id": "67890",
|
"party_id": "67890",
|
||||||
"call_id": "12345"
|
"call_id": "12345",
|
||||||
|
"reason": "user_hangup"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ properties:
|
||||||
- call_id
|
- call_id
|
||||||
- version
|
- version
|
||||||
- party_id
|
- party_id
|
||||||
- reason
|
|
||||||
type:
|
type:
|
||||||
type: string
|
type: string
|
||||||
enum:
|
enum:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue