Hello
I am developing onlne game on Unity which also does good job for Html5 games also
I use "onGetLiveRoomInfoDone" method on c# API whih has "LiveRoomEvent" and on HTML5 API the same method has "Room" Parameter instead of appropriate "LiveRoom".?
I also cross checked practically via ChatDemo and the result is following:
{"json":{"owner":"","maxUsers":2,"data":"","lockProperties":"{}","name":"Room1","usernames":"d;","id":"271285964","properties":"{}"},"res":0}
which does not contain the live users contrary to C# API.
Is this intentional or something else?
For Workaround, currently I was planning to use "onSetCustomRoomDataDone" callback for "onSetCustomRoomData",for getting online users for particular room, SO IS THIS OK?
what other solution could be done for getting user name list for a live room in HTML5 API?
Thank you,