One of our client has written the custom UI at their end.
For AR improvements, we made some changes and ask the client to pass the stageID while initializing the player.
Is there a way to check if they are passing it actually. something like threekit.player or threekit.api
Hi Prashant, I am not sure there is a built-in way to check for the stage ID. My initial thought would be to do some validation on the front-end. For example, store the embed parameters in a variable and check for the existence of a stageId parameter.