Link to download previous CloudXR SDK versions?

I am looking for a way to access previous CloudXR versions lets say 3.0, to investigate whether some issues that I am currently having are linked with the latest version (3.2).

At the moment, I am trying to just make an initial test in aws ec2 instance (g4dn.large) by running a server app, and a client in my oculus quest device. Everything works fine until I add the following command line argument -sa, which I understood will allow microphone to be sent to the server. Whenever this line is present I can no longer connect to the server. I was hoping to try other versions and see if the problem persists.

Thanks!

make sure in the SERVER launch options you are specifying -ra (receive audio), or I think the server will ‘bounce’ the client as it’s requesting a feature that server cannot serve…