onsip / SIP.js

A simple, intuitive, and powerful JavaScript signaling library
https://sipjs.com
MIT License
1.88k stars 700 forks source link

Does Sip work in angular 15? #1043

Open apaul0210 opened 1 year ago

apaul0210 commented 1 year ago

i get compile time errors when invoking sip code in a ts component in angular 15.

any suggestions as what im doing wrong here.

image

skotow commented 1 year ago

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

apaul0210 commented 1 year ago

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.