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.
17 lines
355 B
YAML
17 lines
355 B
YAML
{
|
|
"$ref": "core/room_event.json",
|
|
"type": "m.call.candidates",
|
|
"content": {
|
|
"version" : "1",
|
|
"party_id": "67890",
|
|
"call_id": "12345",
|
|
"candidates": [
|
|
{
|
|
"sdpMid": "audio",
|
|
"sdpMLineIndex": 0,
|
|
"candidate": "candidate:863018703 1 udp 2122260223 10.9.64.156 43670 typ host generation 0"
|
|
}
|
|
]
|
|
}
|
|
}
|