RTCRtpSenderNative constructor

RTCRtpSenderNative(
  1. String _id,
  2. MediaStreamTrack? _track,
  3. RTCDTMFSender _dtmf,
  4. RTCRtpParameters _parameters,
  5. bool _ownsTrack,
  6. String _peerConnectionId,
)

Implementation

RTCRtpSenderNative(this._id, this._track, this._dtmf, this._parameters,
    this._ownsTrack, this._peerConnectionId);