• Initializes the native Zoom Meeting SDK and exposes its API to descendants through React context.

    Wrap this provider around the part of the tree that needs to start, join, or control Zoom meetings. Descendants can then access the SDK via the useZoom hook.

    The SDK is initialized once on first render using the provided config, merged with sensible defaults (domain: 'zoom.us', logging enabled).

    Parameters

    Returns null | ReactElement<any, any>

Generated using TypeDoc