Does Asterisk Support the External Media over a webRTC

Hi Team ,

Just want to know does asterisk support the external media over the WebRTC currently

it do support the UDP and websocket I just want to know if it supports the WebRTC and if yes then how a

No. It supports it over RTP, over the custom Audiosocket protocol, or over the custom Websocket protocol. The external media protocols are as simple/thin as possible because their purpose is really to just transport audio. Doing it using an WebRTC stack would add a lot of extra things.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.