2.0.0-beta1 (August 10, 2018)
Breaking Changes
- RemoteParticipant no longer emits the deprecated "trackAdded" and "trackRemoved"
events. Use the "trackSubscribed" and "trackUnsubscribed" events instead. - LocalParticipant no longer contains the deprecated
addTrack
,addTracks
,
removeTrack
andremoveTracks
methods. UsepublishTrack
,publishTracks
,
unpublishTrack
, andunpublishTracks
instead. - RemoteTrack no longer has the deprecated
id
property. Use thesid
orname
properties instead. - RemoteTrack no longer has the deprecated
isSubscribed
property. Use the
corresponding RemoteTrackPublication'sisSubscribed
property instead. - RemoteTrack no longer emits the deprecated "unsubscribed" event. Use the
corresponding RemoteTrackPublication's "unsubscribed" event instead. - Participant's
trackPublications
collection is now renamed totracks
.
Similarly,audioTrackPublications
is now renamed toaudioTracks
,
dataTrackPublications
is now renamed todataTracks
, and
videoTrackPublications
is now renamed tovideoTracks
. Participant no
longer maintains the deprecated Track-based collections. - We removed support for Bower.