solomax commented on pull request #98:
URL: https://github.com/apache/openmeetings/pull/98#issuecomment-643569795


   Hello @sebawagner,
   
   current `kurento-utils` seems to be the latest so I'm not sure why you would 
like to update it :)))
   
   the steps I'm using:
   
   1. go to Maven central search for kurento-utils (for ex. here 
https://mvnrepository.com/artifact/org.kurento/kurento-utils-js)
   
   1. extract JS file out of it (not minified)
   
   1. merge (NOT replace) it with current version 
   
       - replace `var uuidv4 = require('uuid/v4');` with `window.uuidv4 = 
require('uuid/v4');`
   
       - remove `insertScriptSrcInHtmlDom` (definition and call)
   
       - add `exports.browser = browser;` to exports section
   
   that's it :)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to