matrix-spec/event-schemas/examples/m.call.candidates
2018-08-25 23:00:26 -06:00

19 lines
365 B
Plaintext

{
"$ref": "core/room_event.json",
"type": "m.call.candidates",
"content": {
"version" : 0,
"call_id": "12345",
"candidates": [
{
"sdpMid": "audio",
"sdpMLineIndex": 0,
"candidate": "candidate:863018703 1 udp 2122260223 10.9.64.156 43670 typ host generation 0"
}
]
},
"unsigned": {
"age": 1234
}
}