mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 12:38:38 +01:00
Add missing m.call descriptions
This commit is contained in:
parent
d2fd1baab2
commit
bfb6d920d2
|
|
@ -14,7 +14,7 @@
|
|||
},
|
||||
"answer": {
|
||||
"type": "object",
|
||||
"description": "",
|
||||
"description": "The session description object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"description": "This event is sent by callers after sending an invite and by the callee after answering. Its purpose is to give the other party additional ICE candidates to try using to communicate.",
|
||||
"allOf": [{
|
||||
"$ref": "core#/definitions/room_event"
|
||||
}],
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "object",
|
||||
"description": "This event is sent by the caller when they wish to establish a call.",
|
||||
"allOf": [{
|
||||
"$ref": "core#/definitions/room_event"
|
||||
}],
|
||||
|
|
|
|||
Loading…
Reference in a new issue