WebRTCPeerConnection.setRemoteDescription

Sets the SDP description of the remote peer. This should be called with the values generated by a remote peer and received over the signaling server. If type is offer the peer will emit sessionDescriptionCreated with the appropriate answer. If type is answer the peer will start emitting iceCandidateCreated.

struct WebRTCPeerConnection
@nogc nothrow
GodotError
setRemoteDescription
(
in String type
,
in String sdp
)

Meta