docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

Accessing meet.jit.si in jxbrowser

Open prathibhacdac opened this issue 1 year ago • 10 comments

While accessing meet.jit.si in jxbrowser, I get a blank page.

image

prathibhacdac avatar May 22 '23 04:05 prathibhacdac

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.

zsinba avatar May 22 '23 09:05 zsinba

private Browser browser_mapBrowser; browser_mapBrowser.navigation().loadUrl("https://meet.jit.si");

prathibhacdac avatar May 22 '23 09:05 prathibhacdac

What is jxbrowser? What engine does it use?

saghul avatar May 22 '23 10:05 saghul

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.

prathibhacdac avatar May 22 '23 10:05 prathibhacdac

Can you get the console logs when a page is loaded? Not much we can do without that.

saghul avatar May 22 '23 11:05 saghul

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 '.'

prathibhacdac avatar May 22 '23 11:05 prathibhacdac

app.bundle.min.js:2 Uncaught SyntaxError: Unexpected token '.'

What Chromium version is that?

saghul avatar May 22 '23 11:05 saghul

jxbrowser version: 7.10

prathibhacdac avatar May 22 '23 11:05 prathibhacdac

The Chromium version, not the jxbrowsewr version.

saghul avatar May 22 '23 11:05 saghul

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?

damencho avatar May 22 '23 13:05 damencho