Getting Started (Common setup)
The Veem Web SDK requires only a few steps to get setup in your web product:
- Register for a developer account on Dev Dashboard Sandbox.
- Register a new application.
- Include the following script tag in your HTML web page:
<script src="https://unpkg.com/veem-web-sdk@^0/umd/index.min.js" type="application/javascript"></script>
- Initiate the SDK within your webpage. The following pages have the different plugins available.
Ready to go live?
You’re almost there. Contact our dev support team at [email protected], and we’ll get you setup with the appropriate application keys. Once this is done, simply change the
environment
flag on your SDK configuration toproduction
in order to go live.
Updated 15 days ago
What’s Next