News

Plans for next two months

In last two month I was waiting for new issue to release stable version. I’ll release version 0.0.7 in next two weeks – so you don’t have to much time to create an issue which might be released in 0.0.7. Up to now changes in this release are small but really important (It this release …

Continue Reading
News

Version 0.0.6 released!

In version 0.0.6 I think that I’ve finally resolve problem with re-connection to conversation. On github there are two (1, 2) issues connected with lack of exchange signals after breaking connection and fast reconnect. In this version I’ve also introduced easy way to add own signals on the server side (details in documentation). Rest of …

Continue Reading
v0.0.X

How to register your own signal in NextRTC

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; 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 you can …

Continue Reading
News

Version 0.0.5 released!

In 0.0.5 there was a lot of small fixes which improves debugging and testing. Now I’ll focus on client site and prepare npm module for NextRTC. All changes introduced in 0.0.5 are here: Added new signal END which is send when broadcaster will exit from broadcast conversation Prepared ActorTests where Actor play role of js …

Continue Reading
News

Unstable both examples

In last two weeks I’ve been struggling with my VPS. So examples were almost all time down :(. Now I’m finally resolve all issues, so page and examples will be stable. I’ve changed first example url (from examples.nextrtc.org/videochat to examples.nextrtc.org) so If you have old URL you might face with connection refused or bad gateway exception.

Continue Reading
News

Plans for release 0.0.5

I think that is a good time to move nextRTC.js file to separated project and publish it under npm. I’ll also create a simple project (with dependency in npm) with example of use. In next half of year I’ll focus on examples, and fixing bugs Any questions or concerns? Leave a comment! :)

Continue Reading
News

Release 0.0.4

I’d like to inform that new release number 0.0.4 is in central maven repository. Main changes are listed below: – New signal ‘newJoined’ added to separate two case when someone has joined to conversation and to inform rest of people from conversation about new joiner – Added js leave method which close websocket connection and …

Continue Reading
News

New Release 0.0.4 is almost finished

In this release: – Added default behavior to TEXT message, when message TEXT is sent without recipient, then message will be broadcasted to all conversation members – Connection context has new feature, ICE candidates can be filter out when they didn’t came from broadcaster (master in connection) – Added broadcast conversation type – Now you’ll …

Continue Reading