mirror of https://github.com/OpenVidu/openvidu.git
pom.xml 'Kurento' references updated to 'OpenVidu'
parent
d4a270859d
commit
80216ffe30
|
@ -347,7 +347,7 @@ API reference
|
||||||
| Class | Description |
|
| Class | Description |
|
||||||
| -------- | ------------------------------------------------------- |
|
| -------- | ------------------------------------------------------- |
|
||||||
| OpenVidu | Use it to create all the sessions you need |
|
| OpenVidu | Use it to create all the sessions you need |
|
||||||
| Session | Allows the creation of tokens with different roles |
|
| Session | Allows for the creation of tokens with different roles |
|
||||||
|
|
||||||
#### **OpenVidu**
|
#### **OpenVidu**
|
||||||
| Method | Returns | Parameters (show in order, optional _italic_) | Description |
|
| Method | Returns | Parameters (show in order, optional _italic_) | Description |
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<artifactId>openvidu-backend-client</artifactId>
|
<artifactId>openvidu-backend-client</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>client</name>
|
<name>OpenVidu Java Backend Client</name>
|
||||||
<url>http://maven.apache.org</url>
|
<url>http://maven.apache.org</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -11,11 +11,11 @@
|
||||||
<artifactId>openvidu-browser</artifactId>
|
<artifactId>openvidu-browser</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Kurento Room Client JS</name>
|
<name>OpenVidu Browser</name>
|
||||||
<description>
|
<description>
|
||||||
Kurento Room JS library for the client-side
|
OpenVidu JS/TS library for the client-side
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Kurento</name>
|
<name>OpenVidu</name>
|
||||||
<url>http://www.kurento.org</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -39,10 +39,10 @@
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kurento.org</id>
|
<id>openvidu.org</id>
|
||||||
<name>-kurento.org Community</name>
|
<name>-openvidu.org Community</name>
|
||||||
<organization>Kurento.org</organization>
|
<organization>OpenVidu.org</organization>
|
||||||
<organizationUrl>http://www.kurento.org</organizationUrl>
|
<organizationUrl>https://github.com/OpenVidu/openvidu</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@
|
||||||
<artifactId>openvidu-client</artifactId>
|
<artifactId>openvidu-client</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Kurento Room Client</name>
|
<name>OpenVidu Client</name>
|
||||||
<description>
|
<description>
|
||||||
Kurento Room library for the client-side of Kurento Room Server
|
OpenVidu client library for the client-side of OpenVidu Server
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Kurento</name>
|
<name>OpenVidu</name>
|
||||||
<url>http://www.kurento.org</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -39,10 +39,10 @@
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kurento.org</id>
|
<id>openvidu.org</id>
|
||||||
<name>-kurento.org Community</name>
|
<name>-openvidu.org Community</name>
|
||||||
<organization>Kurento.org</organization>
|
<organization>OpenVidu.org</organization>
|
||||||
<organizationUrl>http://www.kurento.org</organizationUrl>
|
<organizationUrl>https://github.com/OpenVidu/openvidu</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,8 @@
|
||||||
<artifactId>openvidu-demo</artifactId>
|
<artifactId>openvidu-demo</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Kurento Room Demo</name>
|
<name>OpenVidu Demo</name>
|
||||||
<description>Kurento Room Demo application</description>
|
<description>OpenVidu Demo application</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>http://www.kurento.org/docs/${project.version}</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Main class -->
|
<!-- Main class -->
|
||||||
<start-class>org.openvidu.room.demo.KurentoRoomDemoApp</start-class>
|
<start-class>org.openvidu.demo.OpenViduSampleApp</start-class>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -11,11 +11,11 @@
|
||||||
<artifactId>openvidu-server</artifactId>
|
<artifactId>openvidu-server</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Kurento Room Server</name>
|
<name>OpenVidu Server</name>
|
||||||
<description>
|
<description>
|
||||||
Kurento Room Server
|
OpenVidu Server
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Kurento</name>
|
<name>OpenVidu</name>
|
||||||
<url>http://www.kurento.org</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -39,10 +39,10 @@
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kurento.org</id>
|
<id>openvidu.org</id>
|
||||||
<name>-kurento.org Community</name>
|
<name>-openvidu.org Community</name>
|
||||||
<organization>Kurento.org</organization>
|
<organization>OpenVidu.org</organization>
|
||||||
<organizationUrl>http://www.kurento.org</organizationUrl>
|
<organizationUrl>https://github.com/OpenVidu/openvidu</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
<artifactId>openvidu-test</artifactId>
|
<artifactId>openvidu-test</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>Kurento Room Test</name>
|
<name>OpenVidu Test</name>
|
||||||
<description>
|
<description>
|
||||||
Kurento Room Tests Framework
|
OpenVidu Tests Framework
|
||||||
|
|
||||||
This project contains the test framework for the openvidu projects
|
This project contains the test framework for the openvidu projects
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Kurento</name>
|
<name>OpenVidu</name>
|
||||||
<url>http://www.kurento.org</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -41,10 +41,10 @@
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kurento.org</id>
|
<id>openvidu.org</id>
|
||||||
<name>-kurento.org Community</name>
|
<name>-openvidu.org Community</name>
|
||||||
<organization>Kurento.org</organization>
|
<organization>OpenVidu.org</organization>
|
||||||
<organizationUrl>http://www.kurento.org</organizationUrl>
|
<organizationUrl>https://github.com/OpenVidu/openvidu</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<description>
|
<description>
|
||||||
This project contains a minimal sample app using OpenVidu platorm.
|
This project contains a minimal sample app using OpenVidu platorm.
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -27,8 +27,8 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Kurento</name>
|
<name>OpenVidu</name>
|
||||||
<url>http://www.kurento.org</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -40,16 +40,16 @@
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kurento.org</id>
|
<id>openvidu.org</id>
|
||||||
<name>-kurento.org Community</name>
|
<name>-openvidu.org Community</name>
|
||||||
<organization>Kurento.org</organization>
|
<organization>OpenVidu.org</organization>
|
||||||
<organizationUrl>http://www.kurento.org</organizationUrl>
|
<organizationUrl>https://github.com/OpenVidu/openvidu</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Main class -->
|
<!-- Main class -->
|
||||||
<start-class>org.openvidu.room.basic.KurentoRoomBasicApp</start-class>
|
<start-class>org.openvidu.testapp.OpenViduTestApp</start-class>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
|
24
pom.xml
24
pom.xml
|
@ -13,11 +13,11 @@
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>0.0.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Kurento Room</name>
|
<name>OpenVidu</name>
|
||||||
<description>
|
<description>
|
||||||
Kurento Room modules: sdk, client, server, demo and test
|
OpenVidu modules: sdk, client, server, demos, test
|
||||||
</description>
|
</description>
|
||||||
<url>http://www.kurento.org/docs/${project.version}</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
<name>Kurento</name>
|
<name>OpenVidu</name>
|
||||||
<url>http://www.kurento.org</url>
|
<url>https://github.com/OpenVidu/openvidu</url>
|
||||||
</organization>
|
</organization>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
@ -41,15 +41,15 @@
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>kurento.org</id>
|
<id>openvidu.org</id>
|
||||||
<name>-kurento.org Community</name>
|
<name>-openvidu.org Community</name>
|
||||||
<organization>Kurento.org</organization>
|
<organization>OpenVidu.org</organization>
|
||||||
<organizationUrl>http://www.kurento.org</organizationUrl>
|
<organizationUrl>https://github.com/OpenVidu/openvidu</organizationUrl>
|
||||||
</developer>
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Kurento versions -->
|
<!-- OpenVidu versions -->
|
||||||
<version.openvidu>0.0.1-SNAPSHOT</version.openvidu>
|
<version.openvidu>0.0.1-SNAPSHOT</version.openvidu>
|
||||||
|
|
||||||
<version.kurento.jsonrpc.js>5.1.4-SNAPSHOT</version.kurento.jsonrpc.js>
|
<version.kurento.jsonrpc.js>5.1.4-SNAPSHOT</version.kurento.jsonrpc.js>
|
||||||
|
@ -57,8 +57,8 @@
|
||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
|
||||||
<openvidu.scm.url>https://github.com/Kurento/openvidu</openvidu.scm.url>
|
<openvidu.scm.url>https://github.com/OpenVidu/openvidu</openvidu.scm.url>
|
||||||
<openvidu.scm.connection>git@github.com:Kurento/openvidu.git</openvidu.scm.connection>
|
<openvidu.scm.connection>git@github.com:OpenVidu/openvidu.git</openvidu.scm.connection>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
Loading…
Reference in New Issue