Subject: how to create a new durable room?
Now,i want to create a new durable room,and codes are
but they can't to work
so can you help me?
Thanks!
- private static XmppClient xmppClient = new XmppClient { XmppDomain = "172.16.100.121", Username = "zhangy", Password = "admin" };
- static void Main(string[] args)
- {
- xmppClient.Open();
- muc.EnterRoom("xiao@conference.172.16.100.121", "HostUser", true);
- }
but they can't to work
so can you help me?
Thanks!