WebRTCPeerConnection.setLocalDescription

Sets the SDP description of the local peer. This should be called in response to sessionDescriptionCreated. After calling this function the peer will start emitting iceCandidateCreated (unless an error different from constant OK is returned).

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

Meta