You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
328 B
YAML
16 lines
328 B
YAML
10 years ago
|
{
|
||
6 years ago
|
"$ref": "core/room_event.json",
|
||
|
"type": "m.call.candidates",
|
||
10 years ago
|
"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"
|
||
|
}
|
||
|
]
|
||
6 years ago
|
}
|
||
10 years ago
|
}
|