Constructors

Methods

Constructors

Methods

  • Initializes the Vesper SDK.

    Must be called before mounting <PlayerView />.

    Parameters

    Returns void

    Example

    VesperSdk.setup({
    apiConfig: {
    realm: 'INSERT_REALM_HERE',
    environment: Environment.PRODUCTION,
    apiKey: 'INSERT_API_KEY_HERE',
    },
    authManager: myAuthManager,
    });