mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 00:48:38 +01:00
Fix a typo in m.call.invite
This commit is contained in:
parent
b12e92440e
commit
043dddc490
|
|
@ -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