- use the playback room to request the server to playback a recorded session

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1364 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-05-02 18:11:02 +00:00
parent 22aeb0477a
commit 246500d523
2 changed files with 2 additions and 1 deletions

View File

@ -296,6 +296,7 @@ package org.bigbluebutton.modules.presentation.model.business
*/
public function gotoSlideCallback(page : Number) : void
{
LogUtil.debug("gotoSlideCallback " + page);
sendMessage(PresentModuleConstants.DISPLAY_SLIDE, page);
}

View File

@ -108,7 +108,7 @@ package org.bigbluebutton.modules.viewers.model.services
notifyConnectionStatusListener(false, "Failed to join the conference.");
}
),//new Responder
_room
_module.playbackRoom
); //_netConnection.call
}