Volumetric Streaming allows you to render only content inside a specific volume, improving streaming quality because the video only fills the volume. In addition, the final image rendered in client space looks stickier than the normal onAirXR stream, making it a perfect fit for mixed reality experiences.
Setting up volumetric streaming requires two steps.
You must create a volume and transform it to contain your content.
Create a volume game object from the menu, or add AXRVolume component to a game object with mesh filter.

Transform the above volume object to contain your content objects inside.

For technical reasons alpha-encoded video streaming is not yet available, so we use chroma keying technique to render transparency in the video.
Add AXRChromaKeyCamera component to your camera.
