add missing description to m.call.answer schema

This commit is contained in:
Kim Brose 2022-11-18 14:28:05 +01:00 committed by GitHub
parent 3a84ea7cf6
commit 8d378cfd51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@
}, },
"version": { "version": {
"type": "number", "type": "number",
"description": "" "description": "The version of the VoIP specification this messages adheres to. This specification is version 0."
} }
}, },
"required": ["call_id", "answer", "version"] "required": ["call_id", "answer", "version"]