Avatar

Not applicable

I finally found the error. It was my mistake.

The room name was, indeed, wrong. I was calling the method getRoomInfo with a room name that contained a capital letter. LCCS server saves the names all in lower case.

I didn't notice the mistake before because the method getSession was working, even when I used the roomName with a capital letter, but the method getRoomInfo fails.

I'm sorry for making lose your time guys, because it was all my mistake. I didn't want to have room names with capital letters, it was just a typo.

Anyway, thank you very much for your help and quick answers!