DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
935 stars 455 forks source link

not working in firefox #366

Open prathibhacdac opened 8 months ago

prathibhacdac commented 8 months ago

Uncaught ReferenceError: mozRTCSessionDescription is not defined

Uncaught ReferenceError: SIPml is not defined

LukasGrubis commented 7 months ago

https://www.mozilla.org/en-US/firefox/113.0/releasenotes/

The long-deprecated mozRTCPeerConnection, mozRTCIceCandidate, and mozRTCSessionDescription WebRTC interfaces have been removed. Sites should utilize the non-prefixed versions instead.

Looks like we need an update :)

jefaokpta commented 7 months ago

Same issue. I migrated to JSSIP

hasanr68 commented 7 months ago

Wish there was an update! Would really like to work with Safari or if someone could share how to add https://github.com/webrtcHacks/adapter to it.

hasanr68 commented 7 months ago

Same issue. I migrated to JSSIP

How did you migrate to JSSIP - does it require a lot of changes?