Zoom Apps Configuration
@zoom/appssdk package from npm
Description
The getMeetingView method documented here is a zoomSdk.getMeetingView() call
However the TypeScript package doesn’t have this as a valid method. Similarly calling zoomSdk.config does not list this as a valid option in the capabilities.
Error?
The method doesn’t exist in the typescript SDK as documented.
How To Reproduce
Use the Zoom apps TypeScript SDK and attempt to access the method.
Why this matters: I am trying to detect the screen-share status when the Zoom App is opened. I couldn’t see a way to do this (I can subscribe to events when it changes but not see the initial state) - and I am hoping that this method might help with this.