getLocalCandidates method

Iterable<RTCIceCandidate> getLocalCandidates()

Implementation

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