Skip to content

Releases: garageScript/webrtc-buzz

1.1

19 Oct 00:12
fafaecb

Choose a tag to compare

Inspiration

We have been getting multiple complaints about the app not working reliably. This release is to make the product more reliable by removing variables and adding debugging ability to help trace down errors when it occurs.

1.1.0 - Oct 18, 2020

  • Fix - media stream error
  • Sending logs to server when no problem was reported
  • Removes unused files
  • Reduced the number of peerconnections! Instead of having 2 peer connections (one outgoing and one incoming), we now use 1 peerconnection to handle both streams (outgoing and incoming).
  • Debugger - Easier way to debug logs, run debug.start() or debug.end() in the console.
  • Ability to save logs to identify hard to fix bugs.