Merge pull request #1353 from HarHarLinks/patch-1

add missing description to m.call.answer schema
This commit is contained in:
David Baker 2022-11-18 14:03:13 +00:00 committed by GitHub
commit 24b95cbb89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Add missing description to m.call.answer schema.

View file

@ -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"]