setStreams method

void setStreams(
  1. MediaStream streams
)

The RTCRtpSender method setStreams() associates the sender's RTCRtpSender.track with the specified MediaStream objects.

Implementation

external void setStreams(MediaStream streams);