v0.0.X

How to use nextrtc in java project

NextRTC is designed to be easy to integrate with existing solution. First step is to add to your maven project dependency to latest version of nextrtc-signaling-server. <dependency> <groupId>org.nextrtc.signalingserver</groupId> <artifactId>nextrtc-signaling-server</artifactId> <version>0.0.X</version> </dependency> Then you have to expose your websocket channel, to allow js client to connect to server. In NextRTC you can do it by creating …

Continue Reading