RTCRtpTransceiverNative constructor

RTCRtpTransceiverNative(
  1. String _id,
  2. TransceiverDirection _direction,
  3. String _mid,
  4. RTCRtpSender _sender,
  5. RTCRtpReceiver _receiver,
  6. String _peerConnectionId,
)

Implementation

RTCRtpTransceiverNative(
  this._id,
  this._direction,
  this._mid,
  this._sender,
  this._receiver,
  this._peerConnectionId,
);