ZoomVideoSdkProvider is a React context provider that initializes and provides access to the Zoom Video SDK instance.
<ZoomVideoSdkProvider config={{ domain: 'zoom.us', enableLog: true, }}> <Navigation /></ZoomVideoSdkProvider> Copy
<ZoomVideoSdkProvider config={{ domain: 'zoom.us', enableLog: true, }}> <Navigation /></ZoomVideoSdkProvider>
Configuration options for initializing the Zoom Video SDK.
Optional
A provider component that wraps its children with the Zoom SDK context.
ZoomVideoSdkProvider is a React context provider that initializes and provides access to the Zoom Video SDK instance.
Component
Example