Skip to content
Snippets Groups Projects
Commit ef95a29d authored by Anton Georgiev's avatar Anton Georgiev
Browse files

add podId to zoom event

parent 8dddd206
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private function notifyOthersOfZoomEvent():void {
var presentEvent:PresenterCommands = new PresenterCommands(PresenterCommands.ZOOM);
presentEvent.podId = this.podId;
presentEvent.xOffset = slideModel.viewedRegionX;
presentEvent.yOffset = slideModel.viewedRegionY;
presentEvent.slideToCanvasWidthRatio = slideModel.viewedRegionW;
......
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