最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Sharing not working in Electron BigBlueButton meeting app - Stack Overflow

programmeradmin1浏览0评论

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 ?

发布评论

评论列表(0)

  1. 暂无评论