Function WebRTCPeerConnection.setLocalDescription

Sets the SDP description of the local peer. This should be called in response to sessionDescriptionCreated. If type is answer the peer will start emitting iceCandidateCreated.

godot.core.defs.GodotError setLocalDescription (
  const(String) type,
  const(String) sdp
) nothrow @nogc;