Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Verto - Semantic Plan B


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
gregor at infomedia.si
Guest





PostPosted: Mon Dec 06, 2021 4:13 am    Post subject: [Freeswitch-users] Verto - Semantic Plan B Reply with quote

Hi!


We are getting this error on latest version of Chrome and Verto:


There has been a problem retrieving the streams - did you allow access? Check Device Resolution DOMException: Failed to construct 'RTCPeerConnection': Plan B SDP semantics is a legacy version of the Session Description Protocol that has severe compatibility issues on modern browsers and is no longer supported. See https://www.chromestatus.com/feature/5823036655665152 for more details, including the possibility of registering for a Deprecation Trial in order to extend the Plan B deprecation deadline for a limited amount of time.    at FSRTCPeerConnection (xxxxx/jquery.FSRTC.js?cdv=264:702:20)    at Object.onSuccess [as onsuccess] (xxxxx/jquery.FSRTC.js?cdv=264:602:25)    atxxxx/jquery.FSRTC.js?cdv=264:1015:25



Is there something to change in js or does verto need to support this?


BR Gregor
Back to top
gregor at infomedia.si
Guest





PostPosted: Mon Dec 06, 2021 4:39 am    Post subject: [Freeswitch-users] Verto - Semantic Plan B Reply with quote

I've changed in jquery.FSRTC.js to:
config.sdpSemantics = "unified-plan";



And it works.


Anyone else have same problem?


BR, Gregor


On Mon, 6 Dec 2021 at 09:55, Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)> wrote:

Quote:
Hi!


We are getting this error on latest version of Chrome and Verto:


There has been a problem retrieving the streams - did you allow access? Check Device Resolution DOMException: Failed to construct 'RTCPeerConnection': Plan B SDP semantics is a legacy version of the Session Description Protocol that has severe compatibility issues on modern browsers and is no longer supported. See https://www.chromestatus.com/feature/5823036655665152 for more details, including the possibility of registering for a Deprecation Trial in order to extend the Plan B deprecation deadline for a limited amount of time.    at FSRTCPeerConnection (xxxxx/jquery.FSRTC.js?cdv=264:702:20)    at Object.onSuccess [as onsuccess] (xxxxx/jquery.FSRTC.js?cdv=264:602:25)    atxxxx/jquery.FSRTC.js?cdv=264:1015:25



Is there something to change in js or does verto need to support this?


BR Gregor





Back to top
dujinfang at gmail.com
Guest





PostPosted: Mon Dec 06, 2021 8:42 am    Post subject: [Freeswitch-users] Verto - Semantic Plan B Reply with quote

yes, it works for me. can you make a pr?



On Mon, Dec 6, 2021 at 5:41 PM Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)> wrote:

Quote:
I've changed in jquery.FSRTC.js to:
config.sdpSemantics = "unified-plan";



And it works.


Anyone else have same problem?


BR, Gregor


On Mon, 6 Dec 2021 at 09:55, Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)> wrote:

Quote:
Hi!


We are getting this error on latest version of Chrome and Verto:


There has been a problem retrieving the streams - did you allow access? Check Device Resolution DOMException: Failed to construct 'RTCPeerConnection': Plan B SDP semantics is a legacy version of the Session Description Protocol that has severe compatibility issues on modern browsers and is no longer supported. See https://www.chromestatus.com/feature/5823036655665152 for more details, including the possibility of registering for a Deprecation Trial in order to extend the Plan B deprecation deadline for a limited amount of time.    at FSRTCPeerConnection (xxxxx/jquery.FSRTC.js?cdv=264:702:20)    at Object.onSuccess [as onsuccess] (xxxxx/jquery.FSRTC.js?cdv=264:602:25)    atxxxx/jquery.FSRTC.js?cdv=264:1015:25



Is there something to change in js or does verto need to support this?


BR Gregor











_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com



--
About: http://about.me/dujinfang
Blog: http://www.dujinfang.com
Proj:  http://www.freeswitch.org.cn
Back to top
gregor at infomedia.si
Guest





PostPosted: Mon Dec 06, 2021 9:37 am    Post subject: [Freeswitch-users] Verto - Semantic Plan B Reply with quote

I do not know which version of jquery.FSRTC.js I had. I had: config.sdpSemantics = "plan-b";


I copied new version which doesn't have this line and it is also working fine.



On Mon, 6 Dec 2021 at 14:18, Seven Du <dujinfang@gmail.com (dujinfang@gmail.com)> wrote:

Quote:
yes, it works for me. can you make a pr?



On Mon, Dec 6, 2021 at 5:41 PM Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)> wrote:

Quote:
I've changed in jquery.FSRTC.js to:
config.sdpSemantics = "unified-plan";



And it works.


Anyone else have same problem?


BR, Gregor


On Mon, 6 Dec 2021 at 09:55, Gregor Nanger <gregor@infomedia.si (gregor@infomedia.si)> wrote:

Quote:
Hi!


We are getting this error on latest version of Chrome and Verto:


There has been a problem retrieving the streams - did you allow access? Check Device Resolution DOMException: Failed to construct 'RTCPeerConnection': Plan B SDP semantics is a legacy version of the Session Description Protocol that has severe compatibility issues on modern browsers and is no longer supported. See https://www.chromestatus.com/feature/5823036655665152 for more details, including the possibility of registering for a Deprecation Trial in order to extend the Plan B deprecation deadline for a limited amount of time.    at FSRTCPeerConnection (xxxxx/jquery.FSRTC.js?cdv=264:702:20)    at Object.onSuccess [as onsuccess] (xxxxx/jquery.FSRTC.js?cdv=264:602:25)    atxxxx/jquery.FSRTC.js?cdv=264:1015:25



Is there something to change in js or does verto need to support this?


BR Gregor











_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com



--
About: http://about.me/dujinfang
Blog: http://www.dujinfang.com
Proj:  http://www.freeswitch.org.cn
_________________________________________________________________________

The FreeSWITCH project is sponsored by SignalWire https://signalwire.com
Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
Build your next product on our scalable cloud platform.

Join our online community to chat in real time https://signalwire.community

Professional FreeSWITCH Services
sales@freeswitch.com (sales@freeswitch.com)
https://freeswitch.com

Official FreeSWITCH Sites
https://freeswitch.com/oss
https://freeswitch.org/confluence
https://cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
https://freeswitch.com
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services