SIP.js
SIP.js copied to clipboard
Does Sip work in angular 15?
i get compile time errors when invoking sip code in a ts component in angular 15.
any suggestions as what im doing wrong here.
Hi, make sure you don't use SSR when working with session.sessionDescriptionHandler context of WebRTC (Web Real-Time Communication), the session.sessionDescriptionHandler is typically associated with the client side
Hi, make sure you don't use SSR when working with session.sessionDescriptionHandler context of WebRTC (Web Real-Time Communication), the session.sessionDescriptionHandler is typically associated with the client side
you got an example of what you mean at all please? would be very helpful.