addIceCandidateAsync
fun addIceCandidateAsync(candidate: RTCIceCandidateInit? = definedExternally): Promise<Void?>(source)
The addIceCandidate()
method of the RTCPeerConnection interface adds a new remote candidate to the connection's remote description, which describes the state of the remote end of the connection.