Authorization: Bearer ********************
{
"region_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/cfg/getwebagentconfig' \
--header 'Content-Type: application/json' \
--data-raw '{
"region_id": "string"
}'
{
"open_sips": {
"address": "string"
},
"engine_priority": {
"java": 0,
"webrtc": 0,
"ns": 0,
"flash": 0,
"app": 0,
"p2p": 0,
"access_num": 0,
"native": 0
},
"server": {
"sip": "string",
"webrtc": "string"
},
"base_url": "string",
"stun_server_address": "string",
"log_level": 0,
"use_stun": 0,
"use_fast_stun": 0,
"use_fast_ice": 0,
"ice_timeout": 0,
"set_final_codec": 0,
"use_rport": 0
}