How to record voice input in Oculus Quest or Oculus Quest2

I’m trying to create an interactive voice input control system on Oculus Quest.

For this purpose, I am looking for a way to record the voice input to the microphone of Oculus Quest or Oculus Quest2.

Ideally, the process would be.

  1. Voice input
    2 Send a request to the Web API
    3 Receive and process the response

Is it possible to do these things?
If so, what kind of plug-ins or scripts are needed?

If this is difficult to do standalone, I plan to use it as a PC VR (Oculus Link).

Yes, it’s possible. No plug-in is needed. Use the Microphone class.

Thank you for your kindness!
I will do what you say.