Construct a Token Generator

Creates a token generator that is used to generate room tokens on client side.
Warning
Its ok for development and testing purposes to create room tokens on client side. In production you should switch to server side generation of room tokens.
Inputs
Name | Type | Description |
---|---|---|
Access Key | string | The access key for generating room tokens. You need to get an access key by signing up to the service or create a test key by following our Getting Started guide. |
Outputs
Name | Type | Description |
---|---|---|
Return Value | Token Generator | The constructed token generator object. Connect to Generate Room Token to generate a room token. |