fix(api) webhid error showing up in logs

pull/13145/head jitsi-meet_8492
Robert Oanta 2 years ago committed by Дамян Минков
parent 9d76c54288
commit f1ad9dc2e0
  1. 2
      modules/API/external/external_api.js

@ -389,7 +389,7 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
const frameName = `jitsiConferenceFrame${id}`;
this._frame = document.createElement('iframe');
this._frame.allow = 'camera; microphone; display-capture; autoplay; clipboard-write';
this._frame.allow = 'camera; microphone; display-capture; autoplay; clipboard-write; hid';
this._frame.name = frameName;
this._frame.id = frameName;
this._setSize(height, width);

Loading…
Cancel
Save