Private
constructorStatic
setupConfiguration for Vesper SDK.
VesperSdk.setup({
apiConfig: {
realm: 'INSERT_REALM_HERE',
environment: Environment.PRODUCTION,
apiKey: 'INSERT_API_KEY_HERE',
},
authManager: myAuthManager,
});
Initializes the Vesper SDK.
Must be called before mounting
<PlayerView />
.