repo: janusweb action: commit revision: path_from: revision_from: bb5130e11b9ed015e3f4674e57f80c7e8eebf8e1: path_to: revision_to:
commit bb5130e11b9ed015e3f4674e57f80c7e8eebf8e1 Author: James BaicoianuDate: Tue Aug 8 17:51:12 2017 -0700 Fix bad mappings for room video functions diff --git a/scripts/room.js b/scripts/room.js
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -1276,9 +1276,9 @@ elation.require([
playSound: ['function', 'playSound'],
stopSound: ['function', 'stopSound'],
seekSound: ['function', 'seekSound'],
- playVideo: ['function', 'playSound'],
- stopVideo: ['function', 'stopSound'],
- seekVideo: ['function', 'seekSound'],
+ playVideo: ['function', 'playVideo'],
+ stopVideo: ['function', 'stopVideo'],
+ seekVideo: ['function', 'seekVideo'],
getObjectById: ['function', 'getObjectById'],
openLink: ['function', 'openLink'],
-----END OF PAGE-----