JS, How can we open the desktop app from browser, like Zoom or Webex does

后端 未结 2 1796
你的背包
你的背包 2020-12-21 19:25

We all use Zoom or Webex to attend the meetings, then there is a popup that allows you to open the desktop app or you can continue on the web app. I want to implement a simi

相关标签:
2条回答
  • 2020-12-21 20:18

    They make you install a client, that has caused many controversies since this is a gate for eventual security breaches

    https://medium.com/bugbountywriteup/zoom-zero-day-4-million-webcams-maybe-an-rce-just-get-them-to-visit-your-website-ac75c83f4ef5

    0 讨论(0)
  • 2020-12-21 20:26

    In order to do this, you must register a protocol on your OS (ie. you can use protocol lib to register a specific one in an Electron app), this would allow your app to be called with simple URIs like myappprotocol://myappaction?myappparams

    0 讨论(0)
提交回复
热议问题