getReceivers method

Iterable<RTCRtpReceiver> getReceivers()

Implementation

Iterable<RTCRtpReceiver> getReceivers() =>
    js_util.callMethod(this, 'getReceivers', []);