A factory that constructs an IZoomMeetingSdk for a session — the creation seam (mirroring Gemini's connectLiveSession). Production supplies a factory that builds the real SDK adapter from resolved config; tests supply one that returns a FakeZoomSdk.
connectLiveSession
FakeZoomSdk
Optional
The resolved provider/session configuration (region, credential refs already resolved upstream).
The Zoom SDK instance to drive the meeting with.
A factory that constructs an IZoomMeetingSdk for a session — the creation seam (mirroring Gemini's
connectLiveSession). Production supplies a factory that builds the real SDK adapter from resolved config; tests supply one that returns aFakeZoomSdk.