kurento-module-datachannelexample
Version:
[](http://www.apache.org/licenses/LICENSE-2.0) [](http://doc-kurento.readthedocs.org/en/lat
109 lines (108 loc) • 2.72 kB
JSON
{
"name": "datachannelexample",
"version": "7.3.0",
"kurentoVersion": "^7.0.0",
"imports": [
{
"name": "core",
"version": "^7.0.0",
"mavenVersion": "[7.0.0,8.0.0-SNAPSHOT)",
"npmVersion": ">=7.0.0 <8.0.0"
},
{
"name": "elements",
"version": "^7.0.0",
"mavenVersion": "[7.0.0,8.0.0-SNAPSHOT)",
"npmVersion": ">=7.0.0 <8.0.0"
},
{
"name": "filters",
"version": "^7.0.0",
"mavenVersion": "[7.0.0,8.0.0-SNAPSHOT)",
"npmVersion": ">=7.0.0 <8.0.0"
}
],
"code": {
"api": {
"java": {
"mavenGroupId": "org.kurento.module",
"mavenArtifactId": "datachannelexample",
"mavenVersion": "7.3.0",
"packageName": "org.kurento.module.datachannelexample"
},
"js": {
"nodeName": "kurento-module-datachannelexample",
"npmVersion": "7.3.0",
"npmDescription": ""
}
},
"implementation": {
"cppNamespace": "kurento::module::datachannelexample",
"lib": "libkmsdatachannelexample"
}
},
"remoteClasses": [
{
"name": "KmsDetectFaces",
"doc": "KmsDetectFaces interface. Documentation about the module",
"extends": "Filter",
"constructor": {
"params": [
{
"name": "mediaPipeline",
"doc": "the parent :rom:cls:`MediaPipeline`",
"type": "MediaPipeline"
}
],
"doc": "Create an element"
}
},
{
"name": "KmsSendData",
"doc": "KmsSendData interface. Documentation about the module",
"extends": "MediaElement",
"constructor": {
"params": [
{
"name": "mediaPipeline",
"doc": "the parent :rom:cls:`MediaPipeline`",
"type": "MediaPipeline"
}
],
"doc": "Create an element"
}
},
{
"name": "KmsShowData",
"doc": "KmsShowData interface. Documentation about the module",
"extends": "MediaElement",
"constructor": {
"params": [
{
"name": "mediaPipeline",
"doc": "the parent :rom:cls:`MediaPipeline`",
"type": "MediaPipeline"
}
],
"doc": "Create an element"
}
},
{
"name": "KmsShowFaces",
"doc": "KmsShowFaces interface. Documentation about the module",
"extends": "Filter",
"constructor": {
"params": [
{
"name": "mediaPipeline",
"doc": "the parent :rom:cls:`MediaPipeline`",
"type": "MediaPipeline"
}
],
"doc": "Create an element"
}
}
],
"complexTypes": [],
"events": []
}