Our new developer documentation is now available. Please check it out!
OdinClient.GenerateToken
public bool GenerateToken(string body, out string token)
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 |
---|---|---|
body | String | token body |
token | String | token string |
Returns
Type | Description |
---|---|
Boolean | true on success or false |