Generate a token on the client
Generate Vivox Access Tokens on the client in a Unity project.
Read time 1 minuteLast updated 2 days ago
There are two ways to handle token generation for the Vivox SDK:
- Use the Unity Authentication package, refer to Authentication-based token generation.
- Create an implementation of IVivoxTokenProvider and use VivoxService.Instance.SetTokenProvider to register it with the Vivox SDK. Refer to IVivoxTokenProvider implementation.