- bug fixes in RTCIceServer without crdentials #164
- flutter_webrtc upgraded to version: 0.10.6
- bug fixes in sip and http_polling #159
- flutter_webrtc upgraded to version: ^0.9.48+hotfix.1
- bug fixes (#151,#152,#153)
- webrtc deps upgraded
- flutter_webrtc=> 0.9.46
- #145 make prebuffer as int
- dependency upgrade and improvements
- breaking changes in createOffer and createAnswer (removed dead code prepareTransReceiver)
- fixed audio and video mute events not working due to #120 raised by @liemfs
- added support for simulcasting in
initMediaDevice
- flutter webrtc 0.9.34
- fix Searching transceivers returns wrong result #120
- support for custom logger
- version downgrade for flutter_webrtc:0.9.22
- version downgrade for flutter_webrtc:0.9.22
- version bump for flutter_webrtc:0.9.24
- type fix in AudioBridgeLeavingEvent (leaving)
- sip plugin fixes (decline)
- sip example incoming call feature tested and verified
- Upgraded flutter_webrtc to fix #41 => audio input issue in ios devices
- improved videocall and audiobridge example with newer audio I/O apis by flutter_webrtc
- fix stringIds issue for AudioBridge
- fixes
-
Fixed bugs in videocall example
-
upgraded dependency
-
fixed switchCamera utility function for browsers
-
Added SipPluginWrapper and sip working example
-
peer dependencies updated
- fixes issues related to apiSecret thanks goes to @baihua666 for spotting and fixing it.
- updated readme.
- updated peer dependencies.
- enhanced errorHandling support for wrapper plugins including ( VideoRoom,AudioBridge,Streaming,VideoCall)
- fixes issues related to roomId type by converting roomId type to String
- updated documentation and fixed some docstrings
- introduced ScreenSharing example using video-room
- fixed minor bugs in examples when running on macos,linux and windows
- used transrecievers to mute and unmute tracks
- All major plugins fully support unified plan
- Typed examples updated with null safety and latest dart constraints
- Introduced plugin specific wrapper classes with respective operation methods for rich development experience
- Introduced typed events (Class Based Events) for brilliant auto completion support for IDE
- Supports null-safety
- fixes and improvements due to null safety
- web demo setup using github pages
- supports null safety
- fixed issue #37
- introduced logger support for better plugin level log control
- features brand new api
- simplified development using stream api
- Streaming Support added
- bug in send method fixed for rest api
- Complete Instagram Like Videocall example
- better garbage collection api
- Added Videocall example
- Updated WebRTC dependencies
- bug fixes and improvements
- initial Release