Function WebRTCPeerConnection.addIceCandidate

Add an ice candidate generated by a remote peer (and received over the signaling server). See iceCandidateCreated.

godot.core.defs.GodotError addIceCandidate (
  const(String) media,
  const(long) index,
  const(String) name
) nothrow @nogc;