Skip to content

WIP V2.54.1#316

Merged
doranteseduardo merged 2 commits into
mainfrom
v2.54.1
Apr 8, 2026
Merged

WIP V2.54.1#316
doranteseduardo merged 2 commits into
mainfrom
v2.54.1

Conversation

@doranteseduardo

Copy link
Copy Markdown
Member

This pull request adds support for specifying a custom ReactVision endpoint in both Android and iOS AR session configuration, and introduces a new API to fetch scene data from the ReactVision backend. The changes ensure that the endpoint is properly propagated through the JNI, C++, and Objective-C layers, and that the new rvGetScene method is available on both platforms.

ReactVision Endpoint Configuration Enhancements:

  • Added an optional endpoint parameter to the ReactVision configuration methods and constructors in both Android (setReactVisionConfig) and iOS, allowing clients to specify a custom backend endpoint for cloud anchor and geospatial services. This is now passed through the JNI, C++ (VROARSessionARCore, VROCloudAnchorProviderReactVision), and Objective-C layers. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

New Scene Fetching API:

  • Introduced the rvGetScene method in the VROARSession interface and its Android (VROARSessionARCore) and iOS (VROARSessioniOS) implementations, enabling retrieval of scene data (as JSON) from the ReactVision backend. The method is exposed to Java (ARScene) and hooked up through JNI and C++ layers. [1] [2] [3] [4] [5] [6] [7] [8]

These changes improve the flexibility and cloud integration capabilities of the AR platform, making it easier to configure and interact with the ReactVision backend.

@doranteseduardo doranteseduardo merged commit fc9332c into main Apr 8, 2026
2 of 5 checks passed
@doranteseduardo doranteseduardo deleted the v2.54.1 branch April 8, 2026 21:45
@doranteseduardo doranteseduardo restored the v2.54.1 branch April 11, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants