The servers will be updated within the next 24 hours. That means webserver as well as signaling, stun and turn might be unavailable for a few hours.
V0.98 about to be released & server changes
Version 0.98 of WebRTC Video Chat is now awaiting Unity’s approval and will be released soon.
Here is the change log:
- 0.98 – iOS support (arm + arm64). Please check the readme.txt for how to build it.
- Removed log messages / errors appearing with Unity 2017.2
- C++ side was rewritten entirely replacing all callbacks with a polling based system
- Using the debugger in Unity should work better now
- Video Frames will now be automatically dropped if the Update method isn’t called quickly enough (e.g. during a FPS drop)
- IMediaNetwork is now supported and can be created using UnityCallFactory.Instance.CreateMediaNetwork
It works similar to WebRTC Network’s IBasicNetwork interface but adds audio and video to make broadcasting to
audio / video to multiple users easier - UnityCallFactory.SetLoudspeakerStatus / GetLoudspeakerStatus added. Mobile devices treat WebRTC calls like regular phone calls
requring the speakers to be manually turned on. - WebGL version was adapted to recent changes in Chrome. The CallEnded event should now be triggered during disconnects due to network failure
- CallApp was improved to better support mobile platforms + a new button was added to change SetLoudspeakerStatus
- Numerous smaller bugfixes and changes based on user reports received in the past few months
There were also a lot of internal changes that make the way free for some new features that will be released within the next few weeks as part of the 0.98x versions!
Please note that the servers will change with the update and the old servers will be shutdown within the next few weeks! There might also be some downtime for this website within the next few days!
WebRTC Network / Video Chat Version 0.975 Released
Here is the change log:
- Works with Unity 5.6 WebGL now
- Update to WebRTC 56
- WebGL and native ICall and IMediaInterface supports now new methods: SetVolume, HasVideoTrack, HasAudioTrack
- Android x86 is now supported
- Updated AndroidHelper.cs. It now includes functions to change volume or switch to IN_COMMUNICATION mode
(to allow the user to change the volume via the volume keys)
Unity 5.6 WebGL Bugfix
Update: Version 0.975 resolves this issue.
Unity 5.6 introduces a new bug by changing the communication between an Unity App and the surrounding website. This will cause problems while loading the java script code of the plugin.
For now the problem can be avoided by using templates which include the java script code before the unity app is started. Simply import the unitypackage files and select the WebGL templates via the WebGL Player settings. You can find the needed files here: WebRTC Network , WebRTC Video Chat template.
You can find more information about Unity WebGL templates here (not yet fully up-to-date).
Version 0.974 Released
Version 0.974 of WebRTC Video Chat and WebRTC Network is now available in the Unity Asset Store.
Major changes:
- Full Stun / Turn support for all platforms
- Android version is now an optimized build
- native VideoChat applications support now echo-cancellation (see ChatApp.cs)
- Improved logging
Additionally, there have been a lot of small bugfixes and improvements in the documentation / sample applications.
I also have a few new sample applications to test new features. Please send an e-mail if you want to help testing!
Current test applications:
- Video conferences – changes the ICall interface to automatically create n to n connections between all users that use StartServer with the same address
- One to Many streaming – using a more low level interface allowing 1 to n connections or the creation of your own custom Video Conference tool. (The ICall interface builds on top of this)
- Custom Video Streams – allows streaming of raw images
- Raw Audio – allows receiving of raw PCM Audio from WebRTC (instead of automatically replaying it)
Version 0.972 Released
Version 0.972 is available in the Asset Store now.
Edit: Due to many emails I get: Mac doesn’t support sending video yet. Android doesn’t support receiving / sending video in the current version. I am working on it! Browser + Windows should work fine.
Version 0.972 is waiting for approval
The new Version 0.972 is now waiting for approval by Unity. It uses now the same WebRTC version as Chrome 53 (changelog). It also contains some bugfixes and a new default stun server after the old one went offline. All examples are updated and should work again.
Let me know if you experiences problems!
New Version 0.971 is ready!
The new Version 0.971 is now available in the Asset Store! It comes with a few bug fixes, easier configuration via the Unity Editor and the first test versions for Mac and Android support!
Note that Mozilla stun server is currently unavailable. If you have any connection problems through firewalls use “stun:stun.l.google.com:19302″ instead! I will provide an own stun server for testing soon to avoid those problems in the future.
New unity asset released!
My new unity assets were finally released and a new version is awaiting approval!
WebRTC Network was downloaded many times in the past already and received now support for Googles native WebRTC API! It can now run on Windows and browsers using the exact same interface. Even connections between different platforms are possible. It will receive new updates in the next few weeks addition support for Mac and mobile platforms!
My newest asset is WebRTC Video Chat. Building on top of the network version it allows audio and video streaming in addition to sending text messages.
Checkout the pages for WebRTC Network and WebRTC Video Chat for more information and test the sample applications!
Flowave
First working version of Flowave. A multipurpose wave simulation + physics learning tool. It uses the GPU via OpenGL/Unity and thus can run on pretty much all platforms including WebGL/HTML5!
You can try the first version here: flowave