Description Meeting SDK creates and uses folders on system like /var/.zoomsdk and /var/opt/zoomsdk. It is ok when I run single instance but when two at the same time, or when app is restarted I see SQL errors.
Questions:
How can I run multiple Meeting SDKs on the same machine?
How can I modify folder paths that Meeting SDK uses?
Zoom’s Meeting SDK isn’t designed for multiple concurrent “instances” sharing the same machine state: it even definesSDKERR_OTHER_SDK_INSTANCE_RUNNING, and Zoom staff have called multi-instance workarounds (like sdkPathPostfix) unsupportedand subject to breaking on upgrades.
For something you can rely on, you’ll need to isolate each bot in its own container/VM (or separate host) so the SDK’s local files don’t collide.
You could also consider using a Meeting Bot API or Desktop Recording SDK from Recall.ai, depending on whether you want bot-join or on-device capture.