Lazily loads the native Vonage Voice client module at the given specifier (category: runtime plugin
discovery from config — the module path is deployment-supplied and not known at build time, hence the
@vite-ignore so the bundler does not try to resolve it statically). Throws a precise, actionable error
when it can't be loaded so a misconfigured deployment fails loudly, not silently.
VERIFY against the native Vonage Voice client: the module's default/namespace interop + that it exposes
createClient.
Lazily loads the native Vonage Voice client module at the given specifier (category: runtime plugin discovery from config — the module path is deployment-supplied and not known at build time, hence the
@vite-ignoreso the bundler does not try to resolve it statically). Throws a precise, actionable error when it can't be loaded so a misconfigured deployment fails loudly, not silently.VERIFY against the native Vonage Voice client: the module's default/namespace interop + that it exposes
createClient.