can't get RoomOwner name

0 votes

Hello,
I have written this code and give RoomOwnerName "xxx"

Dictionary<string,object> myPrivateRoom = new Dictionary<string,object>();
 
            string private_room_name = UserInformations.user_name + "_" +                                 UnityEngine.Random.Range(0,100000000).ToString();
            myPrivateRoom.Add ("room_name", private_room_name);
            myPrivateRoom.Add ("password", "123456");            
            WarpClient.GetInstance().CreateTurnRoom(private_room_name+"$"+10,"xxx",6,myPrivateRoom,20);
 
in a callback function
 
getLiveRoomInfo(room id)
 
print (eventObj.getData ().getId ()); //2000220552
print (eventObj.getData ().getMaxUsers()); //6
print (eventObj.getData ().getName()); //mkc_61600428$10
print (eventObj.getData ().getRoomOwner()); //Null
 
so why I got RoomOwner name null?
please help
 
Thanks
 
asked Feb 13, 2018 in AppWarpS2 by mkc110891 (16 points)

1 Answer

0 votes
Hi,

Yes, you are right. The owner field is coming null. I have forwarded this to the development team and will update you for the same by Coming Tuesday(20/02/2018).

Thanks.
answered Feb 18, 2018 by rajeev.etc (1,660 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...