createAnswer

suspend fun createAnswer(options: RTCAnswerOptions = definedExternally): RTCSessionDescriptionInit(source)

The createAnswer() method of the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection.

MDN Reference