createAnswer
inline suspend fun RTCPeerConnection.createAnswer(options: RTCAnswerOptions): 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.