gamingdoom / datcord

An open-source Discord client that uses Firefox and Neutron
GNU General Public License v3.0
113 stars 5 forks source link

Screen sharing support #37

Closed nose-gnome closed 1 year ago

nose-gnome commented 1 year ago

If you press the screen share button, nothing happens. It would be great if you could add screen sharing support

nose-gnome commented 1 year ago

After re-starting Datcord screen sharing started working again

nose-gnome commented 1 year ago

It is happening repeatedly. Seems to be an issue with the notification appearing. I've found that if you open Discord in a new tab, it works again

gamingdoom commented 1 year ago

This issue and issue #39 (they are the same issue) have been fixed in the latest commit to unstable and will a new version of Datcord will be released when everything is done building. The issue was caused by the screen sharing prompt trying to find the screen sharing icon in the url bar but the url bar was removed. I hid the url bar by making it 0 pixels tall which means that everything still exists and the screen sharing prompt can find the screen sharing button.