docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Accessing meet.jit.si in jxbrowser
While accessing meet.jit.si in jxbrowser, I get a blank page.
This is a stupid question because the information you provide is too small. I tried to run the base Android WebBrowser and everything is fine.
private Browser browser_mapBrowser; browser_mapBrowser.navigation().loadUrl("https://meet.jit.si");
What is jxbrowser? What engine does it use?
JxBrowser is a Java library that allows developers to embed a Chromium-based web browser component in their Java Swing, JavaFX, or SWT applications. It uses the Chromium browser engine to render web pages, providing a fast and reliable browsing experience.
Can you get the console logs when a page is loaded? Not much we can do without that.
VM6:10 (TIME) index.html loaded: 822.3649999999907
lib-jitsi-meet.min.js?v=7177:2 2023-05-22T11:32:29.328Z [modules/browser/BrowserCapabilities.js] <new <anonymous>>: This appears to be chrome, ver: 79.0.3945.130
lib-jitsi-meet.min.js?v=7177:2 2023-05-22T11:32:29.342Z [modules/statistics/LocalStatsCollector.js] <Function.li.connectAudioContext>: Connecting audio context
lib-jitsi-meet.min.js?v=7177:2 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
li.connectAudioContext @ lib-jitsi-meet.min.js?v=7177:2
app.bundle.min.js:2 Uncaught SyntaxError: Unexpected token '.'
app.bundle.min.js:2 Uncaught SyntaxError: Unexpected token '.'
What Chromium version is that?
jxbrowser version: 7.10
The Chromium version, not the jxbrowsewr version.
lib-jitsi-meet.min.js?v=7177:2 2023-05-22T11:32:29.328Z [modules/browser/BrowserCapabilities.js] <new
>: This appears to be chrome, ver: 79.0.3945.130
Seems an old one.
jxbrowser version: 7.10
This is 3 years old version. @prathibhacdac Have you tried the latest one where chromium is 113? Does it work with it?