mslosarz / nextrtc-example-videochat

Most simple example of use NextRTC (WebRTC signaling server written in java) where two people can setup video call (treat it like prototype!)
https://videochat.nextrtc.org/
MIT License
37 stars 19 forks source link

slightly out of date #21

Closed sheffler closed 7 years ago

sheffler commented 7 years ago

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.

mslosarz commented 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 .

mslosarz commented 7 years ago

I've released version 1.0.0-RC1