Skip to content

v0.6.0

Latest

Choose a tag to compare

@meefik meefik released this 17 Jul 11:06

Added

  • local:join and local:leave events emitted when join() / leave() methods are called.
  • local:share and local:unshare events emitted when share() / unshare() methods are called.
  • local:open and local:close events emitted when open() / close() methods are called.
  • Streams with all tracks ended are automatically unshared (unless managed is true).

Changed

  • Breaking: namespace option in signaling drivers is now a string instead of string[].
  • Breaking: share() / unshare() no longer return a MediaStream.
  • Breaking: managed now means the stream is externally managed and will not be stopped or unshared automatically.