WebRTC In Asterisk Using ARI

Hi guys,

I have tried to enable WebRTC in Asterisk. I have successfully done with SIP over Websocket connection. But this not suits for our application. What we need is like simply hit HTTP request to initiate a call using WebRTC standards. My doubt is whether it is possible to initiate call using ARI api’s and if it means then tell me whether it’s a good practice to use ARI along with WebRTC in Asterisk?

Thanks in advance.

Define “initiate a call using WebRTC standards”. If you want to originate a call to an endpoint then that is possible using ARI. If you want to use ARI as a signaling mechanism to exchange SDPs for WebRTC, that is not possible or supported.

1 Like

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