we need to get rid of this warning:

we have this hack to change in/usr/share/jitsi-meet/libs/external_api.min.js:
this._frame.allow=“camera; microphone; display-capture”
to
this._frame.allow=“camera; microphone ‘none’; display-capture”
so no more ugly asking for mic permission - but now we have the warning
we need to get rid of this warning:
we have this hack to change in/usr/share/jitsi-meet/libs/external_api.min.js:
this._frame.allow=“camera; microphone; display-capture”to
this._frame.allow=“camera; microphone ‘none’; display-capture”so no more ugly asking for mic permission - but now we have the warning