Skip to content

Commit 682a401

Browse files
committed
Dropped old demo code. New demo will be in a new repository
1 parent 5ede6cc commit 682a401

File tree

192 files changed

+2
-13660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+2
-13660
lines changed

pom.xml

+2-8
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,6 @@
261261
</plugins>
262262
</build>
263263
</profile>
264-
<profile>
265-
<id>demo</id>
266-
<modules>
267-
<module>webrtc-demo</module>
268-
</modules>
269-
</profile>
270264
<profile>
271265
<id>windows-x86_64</id>
272266
<activation>
@@ -338,13 +332,13 @@
338332
<dependency>
339333
<groupId>org.junit.jupiter</groupId>
340334
<artifactId>junit-jupiter-api</artifactId>
341-
<version>5.6.0</version>
335+
<version>5.9.0</version>
342336
<scope>test</scope>
343337
</dependency>
344338
<dependency>
345339
<groupId>org.junit.jupiter</groupId>
346340
<artifactId>junit-jupiter-engine</artifactId>
347-
<version>5.6.0</version>
341+
<version>5.9.0</version>
348342
<scope>test</scope>
349343
</dependency>
350344
</dependencies>

webrtc-demo/pom.xml

-39
This file was deleted.

webrtc-demo/webrtc-demo-api/pom.xml

-43
This file was deleted.

webrtc-demo/webrtc-demo-api/src/main/java/dev/onvoid/webrtc/demo/apprtc/AppRTCCommand.java

-23
This file was deleted.

webrtc-demo/webrtc-demo-api/src/main/java/dev/onvoid/webrtc/demo/apprtc/AppRTCConnectionParameters.java

-50
This file was deleted.

0 commit comments

Comments
 (0)