Skip to content

2.1.0

Compare
Choose a tag to compare
@dimaspirit dimaspirit released this 04 Mar 15:57
· 415 commits to gh-pages since this release

Features:

  • Video chat(WebRTC) Stats API (added onCallStatsReport callback and statsReportTimeInterval config property) - allows access to the statistical information about a peer connection.

Fixed:

  • issue with video chat where the Firefox browser doesn't produce a connection closed event (workaround via WebRTC Stats API using stats.bytesReceived). Also, a video call isn't recovered if a user on Firefox loses the Internet connection for a while during the call.
  • undefined 'getError' method issue in listeners;

Updated:

  • XMPP library Strophe.js to 1.2.4 version