RTCPeerConnection.addIceCandidate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto addIceCandidate(Optional!(T0) candidate)
    struct RTCPeerConnection
    nothrow
    addIceCandidate
    (
    T0
    )
    (
    scope auto ref Optional!(T0) candidate
    )
  2. auto addIceCandidate(RTCIceCandidate candidate, VoidFunction successCallback, RTCPeerConnectionErrorCallback failureCallback)

Meta