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