Developer Documentation

Generate Access Key

Generate Access Key

Creates an access key that can be used to generate room tokens. These keys are only for development and should not be used in production.

Important

Do not connect this node directly to the Generate Room Token node, as a new access key would be generated during each play session for each users. Instead, print the generated access key into a log and store it in a variable, connecting that variable with the Generate Room Token node.

Outputs

NameTypeDescription
Return ValuestringThe access key for up to 25 peak concurrent users (PCU) per day. Connect to a log function to output the access key and then use that access key as input for the Generate Room Token node.