Docs
Using API Keys in C# / Unity
Using API Keys in C# / Unity
How to use the Euler Stream API keys in the C# / Unity library.
Prerequisites
- You have signed up for an Euler Stream account.
- You have created an API key in the Euler Stream dashboard.
- You have installed the
TikTokLiveSharp
library.
How to Use
To use the Euler Stream API keys in the C# / Unity library, you need to set the API key config in the ClientSettings
struct.
Here's an example hello-world script demonstrating this: