Builds the ZoomMeetingSdkFactory-shaped factory that constructs a ZoomRtmsMeetingSdk
from the bridge's per-session Configuration. Pass the result to ZoomBridge.SetSdkFactory(...) so a
deployment activates real Zoom RTMS without code changes to the driver.
The factory reads ClientId / ClientSecret (resolved upstream — never inline secrets) and the
webhook-delivered Connection params out of the config map the engine passes at connect.
Builds the ZoomMeetingSdkFactory-shaped factory that constructs a ZoomRtmsMeetingSdk from the bridge's per-session
Configuration. Pass the result toZoomBridge.SetSdkFactory(...)so a deployment activates real Zoom RTMS without code changes to the driver.The factory reads
ClientId/ClientSecret(resolved upstream — never inline secrets) and the webhook-deliveredConnectionparams out of the config map the engine passes at connect.