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,
removeTrackandremoveTracksmethods. UsepublishTrack,publishTracks,
unpublishTrack, andunpublishTracksinstead. - RemoteTrack no longer has the deprecated
idproperty. Use thesidorname
properties instead. - RemoteTrack no longer has the deprecated
isSubscribedproperty. Use the
corresponding RemoteTrackPublication'sisSubscribedproperty instead. - RemoteTrack no longer emits the deprecated "unsubscribed" event. Use the
corresponding RemoteTrackPublication's "unsubscribed" event instead. - Participant's
trackPublicationscollection is now renamed totracks.
Similarly,audioTrackPublicationsis now renamed toaudioTracks,
dataTrackPublicationsis now renamed todataTracks, and
videoTrackPublicationsis now renamed tovideoTracks. Participant no
longer maintains the deprecated Track-based collections. - We removed support for Bower.