mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 02:48:37 +01:00
Merge pull request #1353 from HarHarLinks/patch-1
add missing description to m.call.answer schema
This commit is contained in:
commit
24b95cbb89
|
|
@ -0,0 +1 @@
|
|||
Add missing description to m.call.answer schema.
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"version": {
|
||||
"type": "number",
|
||||
"description": ""
|
||||
"description": "The version of the VoIP specification this messages adheres to. This specification is version 0."
|
||||
}
|
||||
},
|
||||
"required": ["call_id", "answer", "version"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue