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