Indicates if the WebXR session's imagery is visible to the user.
Possible values come from WebXR's XRVisibilityState, including "hidden", "visible", and "visible-blurred".
public string VisibilityState { get; }