Builds the import('./teams-sdk').TeamsMeetingSdkFactory-shaped factory that constructs a
TeamsNativeMeetingSdk from the bridge's per-session Configuration. Pass the result to
TeamsBridge.SetSdkFactory(...) so a deployment activates two-way native Teams audio without code
changes to the driver.
Reads bot credentials / token + 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('./teams-sdk').TeamsMeetingSdkFactory-shaped factory that constructs a TeamsNativeMeetingSdk from the bridge's per-session
Configuration. Pass the result toTeamsBridge.SetSdkFactory(...)so a deployment activates two-way native Teams audio without code changes to the driver.Reads bot credentials / token + raw-audio opts + the native module specifier out of the config map the engine passes at connect (credentials resolved upstream — never inline secrets).