Skip to content

v0.1.6

Choose a tag to compare

@R-Delfino95 R-Delfino95 released this 18 Jun 14:29
· 394 commits to main since this release
23171ef

Changelog

Added

  • Closes #72: Added peerConfig into View and Publish .connect() options.
    • You can add your own configuration for instance RTCPeerConnection. If the iceServers option is not present, it will use ours.

Changed

  • Closes #71: Separate .getRTCPeer() into two methods, one for get and other for create it.
    • .getRTCPeer()
    • .createRTCPeer()
  • Removes bundlePolicy when creating a RTCPeerConnection.
  • Removes webrtc-adapter dependency.
  • Removes legacy options when creating a RTCPeerConnection offer.
  • Changes .addTrack() to .addTransceiver() when adding new MediaStreamTrack to peer.

Fixed

  • Fixes disableAudio and disableVideo options in Publish module.
  • Fixes updateBitrate, stop working in last releases.