Runaway process created using Layers API

Thanks for sending that my way! Looking at the reference it doesn’t look like that option is supported:

https://marketplace.zoom.us/docs/zoom-apps/js-sdk/reference/#installation

I’ll work with our documentation team to make sure that our documentation matches the current version of our code.

We’ll work to make the camera mode more debuggable as I can see why that would be a barrier when developing. In the meantime, you should be able to use the promise resolution in conjunction with zoomSdk.postMessage and zoomSdk.onMessage to pass information between instances of of the application.

We have documentation on this process here:

and an example of how this can be done in the following repository:

I’m not sure why this wouldn’t be working. Once you have debugging set up via postMessage functions I expect that you can confirm if camera mode is initialized correctly.