Skip to content
Snippets Groups Projects
Commit d98d334e authored by Dixon Fred's avatar Dixon Fred
Browse files

Dynamic config.xml demo now uses getDefaultConfigXML ccall

parent 630ec92d
No related branches found
No related tags found
No related merge requests found
......@@ -140,8 +140,7 @@ Author: Jesus Federico <jesus@123it.ca>
Document doc = null;
try {
doc = parseXml( getURL( "http://"+ getBigBlueButtonIP() + "/client/conf/config.xml" ));
// doc = parseXml( getDefaultConfigXML() );
doc = parseXml( getDefaultConfigXML() );
} catch (Exception e) {
e.printStackTrace();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment