Как можно входящий sip звонок добавить в микшер?
чтобы как с миксером говорим в user1#b, а слушаем b-user1b
а то я добавляю и слышу сам себя, и еще вопрос как убрать видео
"hasAudio": true,
"hasVideo": true,
Using Web Call Server Version 5.2.755
I'm passing the following to /rest-api/call/startup
{
"callId": "1234567",
"callee": "1234567",
"hasVideo": false,
"hasAudio": false,
"sipLogin": "[login]",
"sipAuthenticationName": "[authName]",
"sipPassword": "[password]"...
Hi,
After reading the documentation I can't find a way to use WCS as RTMP gw and convert RTMP (input) to SIP/RTP (output) , only SIP/RTP to RTMP.
Is it possible? Is there an exemple?
Thx in advance