WebRTCPeerConnectionSetLocalDescription Method |
Sets the SDP description of the local peer. This should be called in response to session_description_created.
After calling this function the peer will start emitting ice_candidate_created (unless an Error different from is returned).
Namespace: Godot
public Error SetLocalDescription( string type, string sdp )
[Missing <param name="type"/> documentation for "M:Godot.WebRTCPeerConnection.SetLocalDescription(System.String,System.String)"]
[Missing <param name="sdp"/> documentation for "M:Godot.WebRTCPeerConnection.SetLocalDescription(System.String,System.String)"]
[Missing <returns> documentation for "M:Godot.WebRTCPeerConnection.SetLocalDescription(System.String,System.String)"]