nvisibleinc / go-ari-proxy

Asterisk REST Interface proxy system written in Go
Apache License 2.0
31 stars 17 forks source link

go-ari-proxy and webrtc #39

Open pleasedtomeetyou opened 5 years ago

pleasedtomeetyou commented 5 years ago

I'm looking for a way to setup WebRTC in a cloud box (16.1.1) already running go-ari-proxy. TLS is strongly recommended -> https://wiki.asterisk.org/wiki/display/AST/WebRTC. So I guess I will need TLS inside go-ari-library. In your opinion adding TLS to the library how should impact on go-ari-proxy? I have setup a sort of ARI Bridges Engine thanks to go-ari-library/-proxy. It's a quite dumb conference application, driven by one external client application: my early stage ARI application works well while operating some business logics around with very little load. Thx. ciao