Developer Documentation

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

NameTypeDescription
bodyStringtoken body
tokenStringtoken string

Returns

TypeDescription
Booleantrue on success or false