gatteo / react-jitsi

React and Typescript component to include Jitsi Meet with ease
MIT License
108 stars 39 forks source link

Failed to execute 'observe' on 'PressureObserver' #73

Open EDible-Dev opened 11 months ago

EDible-Dev commented 11 months ago

When launching with default domain (meet.jit.si), I received the following error in the browser console. It did not happen before (months ago). Just wonder if any one else has encountered this. Thanks!

[features/base/app] CPU pressure observer failed to start DOMException: Failed to execute 'observe' on 'PressureObserver': Access to the feature "compute pressure" is disallowed by permissions policy.
    at https://web-cdn.jitsi.net/meetjitsi_7542.4367/libs/app.bundle.min.js?v=7542.4367:85:316491
    ...
    at https://web-cdn.jitsi.net/meetjitsi_7542.4367/libs/app.bundle.min.js?v=7542.4367:85:267711
    at Object.dispatch (https://web-cdn.jitsi.net/meetjitsi_7542.4367/libs/app.bundle.min.js?v=7542.4367:85:161048)
    at APP.componentDidMount (https://web-cdn.jitsi.net/meetjitsi_7542.4367/libs/app.bundle.min.js?v=7542.4367:85:265986)
    at async APP.componentDidMount (https://web-cdn.jitsi.net/meetjitsi_7542.4367/libs/app.bundle.min.js?v=7542.4367:85:267135)