简体   繁体   English

有没有办法混淆/隐藏缩放会议 URL 链接?

[英]Is there a method to obfuscate / hide a zoom meeting URL link?

Simple question.简单的问题。

As with anyone at this time (in 2020-2021) is concerned, online conference meetings are the norm.与此时(2020-2021 年)的任何人一样,在线会议是常态。 I did some research on the Zoom API, and was wondering if anyone has a solution on obfuscating the zoom meeting URL so that the meeting will still launch but the url is hidden or scrambled?我对 Zoom API 进行了一些研究,想知道是否有人有解决方案来混淆 Zoom 会议 URL 以便会议仍然会启动,但 Z572D4E421E5E6B9BC112D815E8A027 是隐藏的还是乱码的? For the audience, consider the lowest common denominators (adapt对于观众,考虑最小公分母(适应

Physical features such as:物理特征,例如:

  • elongating the URL with some useful (and not so useful) URL params to make it physically difficult to know what is important or not用一些有用(但不太有用)的 URL 参数延长 URL 参数,以使其在物理上难以知道什么是重要的或不重要的
  • chromeless window (is that even supported in web browsers anymore?) using native JS chromeless window (web 浏览器甚至支持吗?)使用本机 JS
  • hiding the URL via setting up the app as a PWA (however, we cannot think of a solution that overcomes the "user has to install the PWA" first)通过将应用程序设置为 PWA 来隐藏 URL(但是,我们想不出解决“用户必须先安装 PWA”的解决方案)
  • hiding the address bar onload of a new window隐藏新 window 的地址栏加载
  • taking advantage of a feature (if available) in the Zoom API SDK.利用 Zoom API SDK 中的功能(如果可用)。

We simply want to launch zoom, in a browser, without the url being seen.我们只想在浏览器中启动缩放,而不会看到 url。

Appreciate any thoughts, approaches, and comments.欣赏任何想法、方法和评论。 thanks!谢谢!

I'd say, use the ways Zoom provides to help keep a meeting private: passwords.我想说,使用 Zoom 提供的方式来帮助保持会议的私密性:密码。

You can deactivate the option to have the password embedded in URL, while still not making it hard for people to join: have the list of participant not need a password.您可以停用在 URL 中嵌入密码的选项,同时仍然不会让人们难以加入:让参与者列表不需要密码。

This way is probably solving your issue: the URL is now not enough to join the meeting, effectively protecting a bit against somehow from getting the link somehow ("peering over the shoulder" as you mentioned in comments) and trying to join sneakily.这种方式可能正在解决您的问题:URL 现在不足以加入会议,有效地防止以某种方式获得链接(正如您在评论中提到的“从肩膀上窥视”)并试图偷偷加入。

Here is some screenshot of Zoom meeting settings with, on the left, the option you should probably set up.这是一些缩放会议设置的屏幕截图,左侧是您可能应该设置的选项。 (copied from this article from zdnet ) 从zdnet的这篇文章中复制) 缩放会议设置

If you need to change who has access to the meetings, then modify the list of participants, and optionally change the password (that you probably haven't given in the first place).如果您需要更改有权访问会议的人员,请修改参与者列表,并可选择更改密码(您可能一开始可能没有提供)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM