setLocalDescription

suspend fun setLocalDescription(description: RTCLocalSessionDescriptionInit = definedExternally)(source)

The setLocalDescription() method of the RTCPeerConnection interface changes the local description associated with the connection.

MDN Reference