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 client
 - Added ERROR signal. Improved exception handling. When exception occurs it’ll be convert to normal message and connection will be broken
 - Improved logging (Overridden toString)
 - CREATE signal will return in custom type of created conversation
 - JOIN signal works in the same way as CREATE signal when conversation doesn’t not exists
 - removed js file from this project (new project for js will be created)