addTransceiver property

RTCRtpTransceiver Function(Object, [RTCRtpTransceiverInit?]) get addTransceiver

Implementation

_i3.RTCRtpTransceiver Function(
  _i2.Object, [
  _i3.RTCRtpTransceiverInit?,
]) get addTransceiver => (
      _i2.Object p0, [
      _i3.RTCRtpTransceiverInit? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'addTransceiver',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set addTransceiver (RTCRtpTransceiver value(Object, [RTCRtpTransceiverInit?]))

Implementation

set addTransceiver(
    _i3.RTCRtpTransceiver Function(
      _i2.Object, [
      _i3.RTCRtpTransceiverInit?,
    ]) value) {
  _i4.setProperty(
    this,
    'addTransceiver',
    _i4.allowInterop(value),
  );
}