{
"id": "string"
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/dialog/conference/bvwsc' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"code": 0,
"msg": "string",
"data": {
"dialogid": "string",
"url": "string",
"audio_side": {
"code": "string",
"channels": 0,
"SampleRate": 0
}
}
}