getRemoteCandidates method

Iterable<RTCIceCandidate> getRemoteCandidates()

Implementation

Iterable<RTCIceCandidate> getRemoteCandidates() =>
    js_util.callMethod(this, 'getRemoteCandidates', []);