Skip to main content
Configures UserKit with your API key and initializes the SDK for use.

Purpose

The configure method initializes the UserKit SDK with your API key, setting up the necessary configuration for video calls and screen sharing functionality. This must be called before any other UserKit methods.

Signature

Parameters

Returns

This method does not return a value.

Usage

Basic Configuration

Notes

  • This method should be called as early as possible in your app’s lifecycle
  • The API key can be found in your UserKit dashboard under Settings
  • Ensure your API key is kept secure and not exposed in public repositories