micoli / electron-meet

Having google meet (https://meet.google.com/) running in a proper dedicated window, with global shortcut to mute/unmute microphone and having a visual feedback on microphone and camera status.
16 stars 3 forks source link

Did you manage to get screen sharing to work? #3

Open rimonhanna opened 4 years ago

rimonhanna commented 4 years ago

I've been implementing something similar myself and I've been stuck trying to get screen sharing to work but haven't been able to figure it out yet, and I'd appreciate your help if you can.

zvonicek commented 4 years ago

I think it might be related to this https://github.com/Eloston/ungoogled-chromium/issues/601

zvonicek commented 4 years ago

So what should help is to compile Electron and Chromium with enable_hangout_services_extension: true, as it's off by default. I'd like to try it, but I'm not sure if I'll manage to set up Electron build environment locally in a reasonable time.

rimonhanna commented 4 years ago

Hi @zvonicek I found another repo that got screen sharing working by indeed compiling electron from source with enable_hangout_services_extension: true, I managed to get that working locally for my google teams project: https://github.com/rimonhanna/GoogleTeams

zvonicek commented 4 years ago

Thanks @rimonhanna! How did you configure electron to compile chromium with enable_hangout_services_extension: true? I'm having troubles setting that up.