Closed sheffler closed 7 years ago
I didn't release 1.0.0 yet. I'll do it shortly - I still have some work to do.
15.08.2017 21:36 "Tom Sheffler" notifications@github.com napisał(a):
Really nice demonstration!
It almost worked right out of the box, but it seems that this demo needs to provide a configuration of something that changed recently in nextrtc-signaling-server 1.0.0-SNAPSHOT.
As a workaround, I changed the dependency to 0.0.7, like this:
<dependency> <groupId>org.nextrtc.signalingserver</groupId> <artifactId>nextrtc-signaling-server</artifactId> <version>0.0.7</version> </dependency>
The signaling server is well constructed. Keep it up.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mslosarz/nextrtc-example-videochat/issues/21, or mute the thread https://github.com/notifications/unsubscribe-auth/ADysRa2bGNpZxULZjVHYl25mdyP-WtVNks5sYfNQgaJpZM4O4A8U .
I've released version 1.0.0-RC1
Really nice demonstration!
It almost worked right out of the box, but it seems that this demo needs to provide a configuration of something that changed recently in nextrtc-signaling-server 1.0.0-SNAPSHOT.
As a workaround, I changed the dependency to 0.0.7, like this:
The signaling server is well constructed. Keep it up.