mediaStreamTrackEvent top-level property

dynamic get mediaStreamTrackEvent

Events which indicate that a MediaStream has had tracks added to or removed from the stream through calls to Media Stream API methods. These events are sent to the stream when these changes occur.

MDN Reference

Implementation

_i2.dynamic get mediaStreamTrackEvent => _i4.getProperty(
      _self,
      'MediaStreamTrackEvent',
    );