I decide to publish current documentation in README and those documentation will be available on github. Here I’ll only inform you about new changes (only roughly description) Current documentation can be found here.
Category: 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 …
Recent Comments