Skip to content

v0.1.0

Choose a tag to compare

@emilsas emilsas released this 14 May 19:13
· 470 commits to main since this release

Changelog

First public release to NPM.

Last changes

  • Firefox getCapabilities
    • We add manually getCapabilities for Firefox because RTCRtpSender.getCapabilities does not work
    • Support VP8, VP9, H.264 and Opus
  • Firefox connectionState
  • Remove StreamType from Director.getSubscriber
  • Add get and set Endpoint in Director
    • Let you choose the API endpoint of director
    • Director.getEndpoint()
    • Director.setEndpoint('https://other-url.com')
  • Auto-reconnect feature completed
    • Incremental intervals (powers of 2) that cannot be edited by users.
    • BaseWebRTC class where all common functions are placed (stop, reconnect, isActive, etc).
    • Now Publish.broadcast is Publish.connect to keep the same API between Publish and View.
  • Refactor of names
    • All Millicast prefixes are deleted from all classes and attributes.
    • MillicastWebRTC renamed to PeerConnection