Builds the import('./slack-sdk').SlackHuddleSdkFactory-shaped factory that constructs a
SlackNativeMeetingSdk from the bridge's per-session Configuration. Pass the result to
SlackBridge.SetSdkFactory(...) so a deployment activates two-way native Slack huddle audio without
code changes to the driver.
Reads bot token / team / channel / huddle + media opts + the native module specifier out of the config
map the engine passes at connect (credentials resolved upstream — never inline secrets).
Builds the import('./slack-sdk').SlackHuddleSdkFactory-shaped factory that constructs a SlackNativeMeetingSdk from the bridge's per-session
Configuration. Pass the result toSlackBridge.SetSdkFactory(...)so a deployment activates two-way native Slack huddle audio without code changes to the driver.Reads bot token / team / channel / huddle + media opts + the native module specifier out of the config map the engine passes at connect (credentials resolved upstream — never inline secrets).