mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-27 01:23:43 +01:00
19 lines
365 B
Plaintext
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
|
|
}
|
|
}
|