Set Up the SDK
1
Install the Web SDK
2
Initialize the SDK
Get a Call Access Token
Your client code should call your server endpoint, which internally callscreate-web-call to get an access token. This must happen server-side to protect your API key from being exposed in client code.
The access token is then passed to your frontend to start the call.