Hi there, i plan on testing the webrtc protocols and was wondering how nicely it would play with fuse.
before i dive into writing the javascript modules i wanted to test the getUserMedia checks in a webview in fuse and i currently get this error
this is the markup
<App Background="#ddd">
<DockPanel>
<StatusBarBackground Dock="Top"/>
<NativeViewHost>
<WebView Dock="Fill" Url="https://mozilla.github.io/webrtc-landing/gum_test.html">
</WebView>
</NativeViewHost>
<BottomBarBackground Dock="Bottom" />
</DockPanel>
</App>
anyway i can enable these features, because i’m sure the device i’m using supports it, unless the native webview implemented in fuse doesn’t