mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-13 22:54:10 +02:00
Merge pull request #1969 from jplatte/patch-1
Fix a typo in m.call.invite
This commit is contained in:
commit
5c62d6271c
|
|
@ -10,7 +10,7 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"call_id": {
|
"call_id": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "A unique identifer for the call."
|
"description": "A unique identifier for the call."
|
||||||
},
|
},
|
||||||
"offer": {
|
"offer": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue