Video call does not start on videolink2me.com
Categories
(Core :: WebRTC: Audio/Video, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox111 | --- | unaffected |
| firefox112 | --- | unaffected |
| firefox113 | + | wontfix |
People
(Reporter: nicoleta.sibisan, Unassigned)
References
(Regression)
Details
(Keywords: regression, site-compat, webcompat:site-wait)
Attachments
(1 file)
|
325.52 KB,
image/png
|
Details |
Found in
* Nightly 113.0a1 (2023-03-21) (64-bit)
Affected versions
* 113.0a1
Tested platforms
- Affected platforms: Win 11, MacOS 12, Ubuntu 22
Steps to reproduce
1. Launch Firefox
2. Go to https://videolink2me.com/start
3. Click on "Start video call"
Expected result
* A “Welcome to Videolink2.me!” and/or a ”Connect to Your Conference” pop-up should appear
Actual result
* “Loading…” message is displayed and it never loads.
Regression range
| Reporter | ||
Updated•2 years ago
|
| Reporter | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
This site is trying to use mozRTCPeerConnection, which had been deprecated (with JS console warnings!) for nearly a decade, and finally removed in bug 1531812.
Uncaught ReferenceError: mozRTCPeerConnection is not defined
<anonymous> https://videolink2me.com/js/lib/vl_api.js?v=1.54:77
Comment 3•2 years ago
|
||
I've sent a heads-up to this service, pointing at this bug.
Comment 4•2 years ago
|
||
Should we call that removal out in the Fx113 relnotes?
Comment 5•2 years ago
|
||
The developers of that app appear to be inactive - no blog posts or tweets since 2016. The contact form on their website still appears to work, so I've sent them a message.
Comment 6•2 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #4)
Should we call that removal out in the Fx113 relnotes?
Yeah, let's go ahead and do that, since apparently browserstack broke because of this change too.
Description
•