An incoming call to a RingCentral phone number should be routed to our Next.js application (running server-side with WebSocket support), where the real-time audio media stream should be received. Our application then processes the audio, which should be sent back into the same RingCentral call.
In effect, the call audio should flow bi-directionally through our application, acting as a real-time media processor.
How can we achieve this requirement through API?