Builds the import('./livekit-sdk').LiveKitRoomSdkFactory-shaped factory that constructs a
LiveKitNativeMeetingSdk from the bridge's per-session Configuration. Pass the result to
LiveKitBridge.SetSdkFactory(...) so a deployment activates two-way native LiveKit media without
code changes to the driver.
Reads the ws URL / API key/secret / pre-signed token + bot name + the native module specifier out of
the config map the engine passes at connect (credentials resolved upstream — never inline secrets).
Builds the import('./livekit-sdk').LiveKitRoomSdkFactory-shaped factory that constructs a LiveKitNativeMeetingSdk from the bridge's per-session
Configuration. Pass the result toLiveKitBridge.SetSdkFactory(...)so a deployment activates two-way native LiveKit media without code changes to the driver.Reads the ws URL / API key/secret / pre-signed token + bot name + the native module specifier out of the config map the engine passes at connect (credentials resolved upstream — never inline secrets).