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
News

First stable version released

I’m glad to inform that first stable version was released to maven central. In next few weeks I’ll provide full documentation (here and at github wiki page). Examples don’t work because I have to provide certificate (It’s new  web browsers requirement ). WebRTC cannot work with pages using http, and ws instead of https and wss …

Continue Reading
News

Lastes changes

In last two months there was many changes in WebRTC JS API. Meanwhile NextRTC example didn’t work. In last week I introduced new version of library. Library is still in development – there are missing data in events for example. In next few weeks I’ll try to finish small application which use nextrtc server and will …

Continue Reading