Flash - 阻止网络摄像头/麦克风访问被记住

发布于 2024-12-18 07:22:34 字数 275 浏览 3 评论 0原文

我有一个在允许/拒绝网络摄像头/麦克风访问时触发的事件。

addEventListener(StatusEvent.STATUS, sendStatusResponse); 

我需要每次都触发 sendStatusResponse 以让服务器知道流已启动,但是如果用户单击了记住复选框,则该函数永远不会被触发。

有没有办法阻止他们点击“记住”,或者是否有更好的事件可以使用,以便我可以存储流实际开始的时间戳。

感谢您的帮助,非常感谢:)

I have an event that's triggered when the webcam/mic access is allowed/denied.

addEventListener(StatusEvent.STATUS, sendStatusResponse); 

I need sendStatusResponse to be fired everytime to let the server know the stream has started, however if the user has clicked on the remember checkbox this function is never fired.

Is there a way I can prevent them from clicking remember, or is there a better event to use so that I can store a timestamp of when the stream ACTUALLY started.

Thanks for any help, much appreciated :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文