All Downloads are FREE. Search and download functionalities are using the official Maven repository.

npm.model_browser_js.ftl Maven / Gradle / Ivy

Go to download

Tool that generates code for RPC between the Kurento Media Server and remote libraries.

There is a newer version: 7.1.0
Show newest version
<#assign node_name=module.code.api.js.nodeName>
<#if node_name != "kurento-client-core"
  && node_name != "kurento-client-elements"
  && node_name != "kurento-client-filters">
lib/browser.js
/**
 * Loader for the ${node_name} package on the browser
 */

require('.');





© 2015 - 2024 Weber Informatics LLC | Privacy Policy