IceDBorn / pipewire-screenaudio

Extension to passthrough pipewire audio to WebRTC Screenshare
https://addons.mozilla.org/firefox/addon/pipewire-screenaudio/
GNU General Public License v3.0
167 stars 5 forks source link

`Warning` | Deprecated argument for Firefox wrapper #94

Closed Andreas02-dev closed 7 months ago

Andreas02-dev commented 7 months ago

When installing the native component using the NixOS Flakes example in the README, the following warning is shown:

trace: warning: The extraNativeMessagingHosts argument for the Firefox wrapper is deprecated, please use `nativeMessagingHosts`

When changing extraNativeMessagingHosts to nativeMessagingHosts, the native component works correctly without showing warnings.