curl --location --request GET 'http://127.0.0.1:18000/api/v2/config/device/access/rtc'{
"code": 200,
"data": {
"enable": true,
"local_port": 10005,
"password": "12345678",
"ssl_config": {
"local_ssl_port": 6689,
"pem_cert_file": "ssl/localhost_cert.pem",
"pem_key_file": "ssl/localhost_key.pem"
},
"stuns": [
{
"url": "stun:127.0.0.1:3478"
}
],
"support_ssl": false,
"turns": [
{
"url": "turn:127.0.0.1:3479",
"username": "test",
"credential": "test",
"relayPortMin": 40000,
"relayPortMax": 40100
}
]
},
"msg": "操作成功"
}