addIceCandidate

suspend fun addIceCandidate(candidate: RTCIceCandidateInit? = definedExternally)(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.

MDN Reference