mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-03 21:03:42 +01:00
Update examples
This commit is contained in:
parent
93dd4e5c7c
commit
b75850fd78
|
|
@ -2,7 +2,8 @@
|
|||
"$ref": "core/room_event.json",
|
||||
"type": "m.call.answer",
|
||||
"content": {
|
||||
"version" : 0,
|
||||
"version" : "1",
|
||||
"party_id": "67890",
|
||||
"call_id": "12345",
|
||||
"answer": {
|
||||
"type" : "answer",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"$ref": "core/room_event.json",
|
||||
"type": "m.call.candidates",
|
||||
"content": {
|
||||
"version" : 0,
|
||||
"version" : "1",
|
||||
"party_id": "67890",
|
||||
"call_id": "12345",
|
||||
"candidates": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"$ref": "core/room_event.json",
|
||||
"type": "m.call.hangup",
|
||||
"content": {
|
||||
"version" : 0,
|
||||
"version" : "1",
|
||||
"party_id": "67890",
|
||||
"call_id": "12345"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
"$ref": "core/room_event.json",
|
||||
"type": "m.call.invite",
|
||||
"content": {
|
||||
"version" : 0,
|
||||
"version" : "1",
|
||||
"party_id": "67890",
|
||||
"call_id": "12345",
|
||||
"lifetime": 60000,
|
||||
"offer": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue