diff options
-rw-r--r-- | app/features/conference/components/Conference.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index 5325a15..9720b73 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -211,7 +211,8 @@ class Conference extends Component<Props, State> { configOverwrite, onload: this._onIframeLoad, parentNode: this._ref.current, - roomName + roomName, + sandbox: 'allow-scripts allow-same-origin allow-popups allow-forms' }; this._api = new JitsiMeetExternalAPI(host, { |