lukasIO

Results 206 comments of lukasIO

do you mean as part of the `VideoConference` prefab? it should be pretty straight forward to add this yourself if you wrap `VideoTrack` component with something like https://github.com/DawChihLiou/react-use-pip

Yeah, this would be great! Currently we only try to detect support by checking for the presence of `OffscreenCanvas` in the browser, which is not ideal. It would be best...

Hi, there's no support currently. Support for processors depends on https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackProcessor

yeah, we use that for cross browser e2ee, but there are different constraints for the track processors including https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrackGenerator

what typescript version are you using? How are you installing the plugin and which bundler are you using?

It definitely looks like something is complaining about a mismatch of type definitions (or the lack thereof). Is there anything else in the console output? Does it work as expected...

without ionic, I mean!

Did this cause any actual issues for the user or are you mainly concerned about the uncaught exception that occured? It's hard to tell what might have happened there without...