- 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:
parent
22aeb0477a
commit
246500d523
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user