mirror of https://github.com/poljar/matrix-nio.git
20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"content": {
|
|
"call_id": "12345",
|
|
"lifetime": 60000,
|
|
"offer": {
|
|
"sdp": "v=0\r\no=- 6584580628695956864 2 IN IP4 127.0.0.1[...]",
|
|
"type": "offer"
|
|
},
|
|
"version": 0
|
|
},
|
|
"event_id": "$143273582443PhrSn:example.org",
|
|
"origin_server_ts": 1432735824653,
|
|
"room_id": "!jEsUZKDJdhlrceRyVU:example.org",
|
|
"sender": "@example:example.org",
|
|
"type": "m.call.invite",
|
|
"unsigned": {
|
|
"age": 1234
|
|
}
|
|
}
|