DoubangoTelecom / sipml5

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

Chrome 75. Failed to construct 'RTCPeerConnection': Failed to initialize native PeerConnection #329

Closed gorbatenkov closed 5 years ago

gorbatenkov commented 5 years ago

With beta-version of Chrome 75 (which will become stable near Jun 4 2019 accroding to https://www.chromestatus.com/features/schedule) I have DOMException on connection: Failed to construct 'RTCPeerConnection': Failed to initialize native PeerConnection. at new RTCPeerConnection (.../SIPml-api.js?version=1554891821:132:20) at tmedia_session_jsep01.__get_lo (.../SIPml-api.js?version=1554891821:2609:21) at tmedia_session_jsep01.tmedia_session.get_lo (.../SIPml-api.js?version=1554891821:2024:17) at tmedia_session_mgr.get_lo (.../SIPml-api.js?version=1554891821:1806:45) at tsip_dialog_invite.send_offer (.../SIPml-api.js?version=1554891821:8824:45) at tsip_dialog_invite.send_invite (.../SIPml-api.js?version=1554891821:8806:17) at tsk_fsm_entry.c0000_Started_2_Outgoing_X_oINVITE [as fn_execute] (.../SIPml-api.js?version=1554891821:9609:11) at tsk_fsm.act (.../SIPml-api.js?version=1554891821:572:32) at tsip_dialog_invite.tsip_dialog.fsm_act (.../SIPml-api.js?version=1554891821:8028:23) at tsip_session_invite.call (.../SIPml-api.js?version=1554891821:6122:20)

Does anyone have a solution for this? Thanks for the help,

gorbatenkov commented 5 years ago

Resolved with iceServers configuration.