Exemplo n.º 1
0
 public void CreateRoom(string room)
 {
     _client.CreateRoom(room);
 }
Exemplo n.º 2
0
 public void CreateRoom(string room)
 {
     WriteDebugInfo(String.Format("Create Room {0} requested.", room));
     _client.CreateRoom(room);
     WriteDebugInfo(String.Format("Create Room {0} requested.", room));
 }