SIP.js icon indicating copy to clipboard operation
SIP.js copied to clipboard

Does Sip work in angular 15?

Open apaul0210 opened this issue 2 years ago • 2 comments

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

apaul0210 avatar May 24 '23 16:05 apaul0210

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

skotow avatar Aug 07 '23 07:08 skotow

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.

apaul0210 avatar Aug 07 '23 08:08 apaul0210