• Lyubomir Marinov's avatar
    Make MediaStreamTrack an EventTarget · 2f7934be
    Lyubomir Marinov authored
    According to the W3C WebRTC specification, MediaStreamTrack is an
    EventTarget. Even though the events of MediaStreamTrack such as muted
    and unmuted are not implemented in react-native-webrtc, consumers are
    broken by the mere fact that they expect to have the methods of
    EventTarget on MediaStreamTrack instances.
    2f7934be