Lazily loads the optional@zoom/rtms dependency (category: optional peer dependency, per the
dynamic-import policy — it's a native addon we must not force on installs). Resolves the module's
default export (@zoom/rtms is CJS-with-default). Throws a precise, actionable error when the
dependency is absent so a misconfigured deployment fails loudly, not silently.
VERIFY against @zoom/rtms: the .default interop shape (import rtms from '@zoom/rtms').
Lazily loads the optional
@zoom/rtmsdependency (category: optional peer dependency, per the dynamic-import policy — it's a native addon we must not force on installs). Resolves the module's default export (@zoom/rtmsis CJS-with-default). Throws a precise, actionable error when the dependency is absent so a misconfigured deployment fails loudly, not silently.VERIFY against @zoom/rtms: the
.defaultinterop shape (import rtms from '@zoom/rtms').