Builds the import('./zoom-sdk').ZoomMeetingSdkFactory-shaped factory that constructs a
ZoomNativeMeetingSdk from the bridge's per-session Configuration. Pass the result to
ZoomBridge.SetSdkFactory(...) so a deployment activates two-way native Zoom audio without code
changes to the driver.
Reads SDK credentials / signature / ZAK + 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('./zoom-sdk').ZoomMeetingSdkFactory-shaped factory that constructs a ZoomNativeMeetingSdk from the bridge's per-session
Configuration. Pass the result toZoomBridge.SetSdkFactory(...)so a deployment activates two-way native Zoom audio without code changes to the driver.Reads SDK credentials / signature / ZAK + raw-audio opts + the native module specifier out of the config map the engine passes at connect (credentials resolved upstream — never inline secrets).