Builds the import('./webex-sdk').WebexMeetingSdkFactory-shaped factory that constructs a
WebexNativeMeetingSdk from the bridge's per-session Configuration. Pass the result to
WebexBridge.SetSdkFactory(...) so a deployment activates two-way native Webex audio without code
changes to the driver.
Reads the access token / site + raw-audio opts + the native module specifier out of the config map the
engine passes at connect (credentials resolved upstream — never inline secrets).
Builds the import('./webex-sdk').WebexMeetingSdkFactory-shaped factory that constructs a WebexNativeMeetingSdk from the bridge's per-session
Configuration. Pass the result toWebexBridge.SetSdkFactory(...)so a deployment activates two-way native Webex audio without code changes to the driver.Reads the access token / site + raw-audio opts + the native module specifier out of the config map the engine passes at connect (credentials resolved upstream — never inline secrets).