Hello,Using PHP, I'm creating a token with the following code:$acc = new RTCAccount("https://collaboration.adobelivecycle.com/user");$acc->login("username", "passwd");$sess = $acc->getSession("myfirstroom");$token = $sess->getAuthenticationToken("secret", "John", "john", 100);Then I pass $token to m...