client-sdk-react-native icon indicating copy to clipboard operation
client-sdk-react-native copied to clipboard

[Question] How to use local video in prejoin room so that we can use Video Processor for Virtual Background/Blur

Open tirth0 opened this issue 5 months ago • 0 comments

I am trying to create a Pre Join lobby in my react native app. I am wondering how to use tracks produced by livekit (createLocalTracks etc) to access camera and microphone such that:

  1. I can get permissions in the lobby screen if needed.
  2. Use VideoProcessor to generate Virtual Background/Blur effect in the Prejoin lobby.

Thank you!

tirth0 avatar Sep 01 '25 09:09 tirth0