Tokens
The dashboard is equipped with a 'tokens' section: a playground that will allow you create tokens without writing a single line of code.
Last updated
The dashboard is equipped with a 'tokens' section: a playground that will allow you create tokens without writing a single line of code.
Last updated
With tokens you can control a user's access to the room and set properties like the user's role, username and avatar. Find the comprehensive list of token properties here.
The only required field is rd, the name (friendly url) or UUID of the room. You can try entering DemoRoom, for example.
To join the room with your created token, click on the Join button.
To share your created token, click on the Copy token button and send it to your colleagues.
To share your token-appended URL, click on the Copy URL button, or use the Copy token button to copy only the token.
User experience is improved by implementing autosuggest.
The role and breakoutId fields on the Tokens page are now automatically disabled, with 'Room needs to be defined' shown as placeholders until a valid room value is entered.