Our new developer documentation is now available. Please check it out!
OdinClient.CreateToken
public static string CreateToken(string accesskey, string body)
Create a example token to join a room. For production use a token server!
Info
This is for testing and not intended for production. Access key should never be client side.
Parameters
Name | Type | Description |
---|---|---|
accesskey | String | Key to generate a token from |
body | String | token body |
Returns
Type | Description |
---|---|
String | token string or empty |