I am using an Android device with two front facing cameras and I need to use the Ultra Wide one (that is not the default one use by Agora) for the video chat. How can I accomplish this? It works just fine with the default front facing camera.
I tried following the documentation for using a custom source here: https://docs.agora.io/en/video-calling/develop/custom-video-and-audio?platform=unity
but was unable to get it to work.
The documentation was missing a crucial part - getting the image from the camera and pushing that data to Agora server.