Avatar

Correct answer by
Employee

The reason why it works with test but not with turtle is because you are creating authentication tokens for the room "test".

External authentication tokens are associated to the account AND the room, so give test what is for test and turtle what is for turtle

(btw, these token are just base64 encoded so you can decode them and see what they are pointing to)

View solution in original post