I have been trying to build a desktop app using electron. The reason is to add desktop client specific features like remote control and add a pop up when presenter starts sharing there screen. I started with entering a meeting and injecting some button elements inside the meeting which worked; but, when pressing share button, BBB gives me an unsupported browser error. I guess the reason is because it is working on a desktop app and not inside a browser.
I did some searching and noticed that I need to add my own share screen logic. I don't know if overriding the on click event on the share button and adding my own logic for sharing would work or how to pass that source to the server to start sending it to other participants and also record it. Can someone help me figure out how can I make this work ?