toNative method

RTCIceCandidate toNative()

Implementation

RTCIceCandidate toNative() =>
    RTCIceCandidate(candidate, sdpMid, sdpMLineIndex);