Member Junction
    Preparing search index...
    • 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.

      Parameters

      • loadModule: RtmsModuleLoader = defaultRtmsLoader

        Optional @zoom/rtms loader override (tests inject a fake; production omits it).

      Returns (config?: Record<string, unknown>) => ZoomRtmsMeetingSdk

      A factory (config) => ZoomRtmsMeetingSdk.

      // Where bridge drivers are configured (creds already resolved from the MJ credential system):
      bridge.SetSdkFactory(BindZoomRtms());