WebRTCPeerConnection.addIceCandidate

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

struct WebRTCPeerConnection
@nogc nothrow
GodotError
addIceCandidate
(
in String media
,
in long index
,
in String name
)

Meta