getTracks abstract method
Returns a List MediaStreamTrack objects representing all the tracks in this stream.
Implementation
List<MediaStreamTrack> getTracks();
Returns a List MediaStreamTrack objects representing all the tracks in this stream.
List<MediaStreamTrack> getTracks();