Embedding an external page

Hello

I have a meteor web application and an external video chat website(WebRTC).
I would like to know what’s the best approach to embed the video chat page inside a meteor page. Iframe? Modal?

Thanks

Go with the iframe and use browser-policy package for extra security. :wink:

1 Like