- All Superinterfaces:
- RTCOfferAnswerOptions
@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RTCAnswerOptions
extends RTCOfferAnswerOptions
The createAnswer() method on the RTCPeerConnection interface creates an SDP answer to an offer received from a remote peer during the offer/answer negotiation of a WebRTC connection. The answer contains information about any media already attached to the session, codecs and options supported by the browser, and any ICE candidates already gathered. The answer is delivered to the returned Promise, and should then be sent to the source of the offer to continue the negotiation process.
- See Also:
- RTCAnswerOptions - MDN,
# dom-rtcpeerconnection-createanswer