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:
- I can get permissions in the lobby screen if needed.
- Use VideoProcessor to generate Virtual Background/Blur effect in the Prejoin lobby.
Thank you!