jitsi / jitsi-meet-electron

Jitsi Meet desktop application powered by :electron:
Apache License 2.0
1.48k stars 452 forks source link

Share screen not working - Called JitsiMeetElectron.obtainDesktopStreams but it is not defined #969

Open thidieu41 opened 2 weeks ago

thidieu41 commented 2 weeks ago

Hi guys... I'm trying to share screen on my video call.. but I received this error : Called JitsiMeetElectron.obtainDesktopStreams but it is not defined and this is my screen :

Screenshot 2024-06-21 at 10 52 10

I don't know what I'm missing when setup jitsi in my desktop app. Can anyone here help me explain this problem? Thanks.

saghul commented 2 weeks ago

That UI is very old. What versions of the software is your server running?

thidieu41 commented 2 weeks ago
Screenshot 2024-06-21 at 13 06 38

I'm using : @jitsi/electron-sdk": "^6.0.40" "electron": "^30.0.6"

saghul commented 2 weeks ago

I mean on the server.

thidieu41 commented 2 weeks ago

I mean on the server.

I'm sorry but what server do you mean? That would be great if you can tell me how can I check that. Thanks

saghul commented 2 weeks ago

You are connecting to some server other than the default meet.jit.si, right?

Are you in control of that server? Can you share the URL?

thidieu41 commented 2 weeks ago

That's the private of the company.. Do we have other way to check this problems ?

saghul commented 2 weeks ago

You can open the JS console in the Electron app using the smake shortcut as in a browser. Then search for "version" in the logs.