Pointing to chatServer instead of oflaDemo or fitcDemo
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@120 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
2cf84e4f98
commit
8888a694e3
@ -67,7 +67,7 @@ package org.bigbluebutton.modules.chat.model.business
|
||||
// _connUri = uri + "/" + room;
|
||||
// }
|
||||
|
||||
_connUri = "rtmp://" + host + "/oflaDemo/" + room;
|
||||
_connUri = "rtmp://" + host + "/chatServer/" + room;
|
||||
|
||||
log.chat( "Connecting to <b>" + _connUri + "</b>");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user