This is useful for a lot of things, like bridges (appservices), VoIP handling, and clients which generally may wish to do something with the field. Might as well include it on every event, despite the recommendation of https://github.com/matrix-org/matrix-doc/issues/1524
15 lines
328 B
Text
15 lines
328 B
Text
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|
|
}
|