v1.0.0

How to register own signal

On GitHub I was asked how to implement own signal using NextRTC. In configuration file you have to autowire SignalResolver as shown below: @Autowired private SignalResolver resolver; @Autowired private MessageSender sender; then you have to add bean which will add your handlers. Handler has to implement only one interface SignalHandler. That interface has only one method so …

Continue Reading
News

NextRTC 1.0.0-SNAPSHOT

I decided to update the major version. NextRTC in version 1.0.0 introduced features: Now NextRTC can be configured without Spring (example without Spring) Removed Joda-Time. Now NextRTC supports time from Java 8. In next month I’ll write documentation how to configure NextRTC in standalone mode. Then I’ll change implementation of event bus and repositories (as a …

Continue Reading