Builds the import('@memberjunction/ai-bridge-base').TelephonyCallSdkFactory-shaped factory that
constructs a VonageNativeCallSdk from the bridge's per-session Configuration. Pass the result to
VonageBridge.SetSdkFactory(...) (via BaseTelephonyBridge.SetSdkFactory) so a deployment activates
two-way native Vonage audio without code changes to the driver.
Reads the Voice application id / private key + API key / secret + the WebSocket media URL + the native
module specifier out of the config map the engine passes at connect (credentials resolved upstream —
never inline secrets).
Builds the import('@memberjunction/ai-bridge-base').TelephonyCallSdkFactory-shaped factory that constructs a VonageNativeCallSdk from the bridge's per-session
Configuration. Pass the result toVonageBridge.SetSdkFactory(...)(via BaseTelephonyBridge.SetSdkFactory) so a deployment activates two-way native Vonage audio without code changes to the driver.Reads the Voice application id / private key + API key / secret + the WebSocket media URL + the native module specifier out of the config map the engine passes at connect (credentials resolved upstream — never inline secrets).