Charlie Santos

Results 86 comments of Charlie Santos

@DebjitPramanick thanks for trying. As mentioned, this is a pretty complex feature and we will consider it.

Blur and virtual background is now officially supported. Please see this [announcement](https://www.twilio.com/blog/introducing-virtual-backgrounds-browser-based-video-applications) which should answer most of the questions in this ticket.

Hey @shaibt, thank you for trying out the new features! Sorry to hear you are not getting high enough FPS. But with your configuration, you should be able to push...

@shaibt , thanks for providing more details. Looking at your rooms, it seems the bottleneck in your configuration is on the image resizing part. It's taking about 30ms to 55ms...

Hey @shaibt I'm not seeing anything for that room. WS must have been disconnected. You can check the video-processor stats yourself by looking at the chrome debugger, network tab, WS....

Hi @BrandonMathis we are currently investigating what it would take to support this on other browsers. Most likely, we will use HTMLCanvasElement on browsers that doesn't support OffscreenCanvas.

Thanks for the report @Talb2005 . Do you know if this issue is happening on older versions of macOS or Safari?

I'm able to reproduce the issue with the provided information. I'll submit an internal ticket to investigate further.

@Talb2005 @OlexandrPopov the issue seems to happen if you connect an AnalyserNode to an AudioTrack, for measuring audio levels for example. If you comment out [this line in our quickstart](https://github.com/twilio/video-quickstart-js/blob/master/quickstart/src/index.js#L136),...

@OlexandrPopov I created a simple test page that removes the audio level detection. Can you please try it out? https://charliesantos.github.io/pages/audio_input_nolevel.html