- handle notification from server telling that the stream has stopped

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2711 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Richard Alam 2009-10-27 15:08:33 +00:00
parent 76b1f95406
commit 635d66aabc

View File

@ -156,6 +156,13 @@ package org.bigbluebutton.modules.deskShare.services
}
}
/**
* Called by the server to notify clients that the deskshare stream has stooped.
*/
public function deskshareStreamStopped():void {
stopViewing();
}
/**
* Sends a notification to the module to stop viewing the stream
* This method is called on successful execution of sendStopViewingNotification()