我使用的是一个简单的iframe代码,其中嵌入了jitsi。现在的问题是,在与jitsi会晤之后,它会重定向到它的close3.html页面。我不想在我的iframe里展示这个。当我的iframe重定向到close3.html页面时,我想关闭它。我试过用沙箱。但在使用沙箱相机和麦克风后,接入就会失效。
这是我的iframe代码
<iframe
title="Open identification process"
src="https://meet.jit.si/4b7562c798c20e3dd523b2298cad5327"
frameBorder="0"
width="600"
height="800"
allow="camera; microphone"
id="iframe"
onLoad="alert('Test');"
/> https://stackoverflow.com/questions/74537537
复制相似问题