Update examples

This commit is contained in:
David Baker 2023-05-03 16:21:31 +01:00
parent 93dd4e5c7c
commit b75850fd78
4 changed files with 8 additions and 4 deletions

View file

@ -2,7 +2,8 @@
"$ref": "core/room_event.json", "$ref": "core/room_event.json",
"type": "m.call.answer", "type": "m.call.answer",
"content": { "content": {
"version" : 0, "version" : "1",
"party_id": "67890",
"call_id": "12345", "call_id": "12345",
"answer": { "answer": {
"type" : "answer", "type" : "answer",

View file

@ -2,7 +2,8 @@
"$ref": "core/room_event.json", "$ref": "core/room_event.json",
"type": "m.call.candidates", "type": "m.call.candidates",
"content": { "content": {
"version" : 0, "version" : "1",
"party_id": "67890",
"call_id": "12345", "call_id": "12345",
"candidates": [ "candidates": [
{ {

View file

@ -2,7 +2,8 @@
"$ref": "core/room_event.json", "$ref": "core/room_event.json",
"type": "m.call.hangup", "type": "m.call.hangup",
"content": { "content": {
"version" : 0, "version" : "1",
"party_id": "67890",
"call_id": "12345" "call_id": "12345"
} }
} }

View file

@ -2,7 +2,8 @@
"$ref": "core/room_event.json", "$ref": "core/room_event.json",
"type": "m.call.invite", "type": "m.call.invite",
"content": { "content": {
"version" : 0, "version" : "1",
"party_id": "67890",
"call_id": "12345", "call_id": "12345",
"lifetime": 60000, "lifetime": 60000,
"offer": { "offer": {