You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started this conversation privately but just so everyone else can follow
and track our progress I will put it here too:
This module is currently in a state that allows us to make outbound calls from WebRTC client such as SIP.js to classic sip endpoint such as Bria but not the other way around (meaning we cannot receive any inbound calls from Bria endpoints to SIP.js endpoints.
The problem is with RTP (Bria) -> SRTP (SIP.js) invitation.
Looking for any ideas what is the blueprint to implement this.