mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-16 02:53:42 +01:00
Update examples
This commit is contained in:
parent
93dd4e5c7c
commit
b75850fd78
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue