WebRTCPeerConnectionSetRemoteDescription Method |
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 session_description_created with the appropriate answer.
If type is answer the peer will start emitting ice_candidate_created.
Namespace: Godot
public Error SetRemoteDescription( string type, string sdp )
[Missing <param name="type"/> documentation for "M:Godot.WebRTCPeerConnection.SetRemoteDescription(System.String,System.String)"]
[Missing <param name="sdp"/> documentation for "M:Godot.WebRTCPeerConnection.SetRemoteDescription(System.String,System.String)"]
[Missing <returns> documentation for "M:Godot.WebRTCPeerConnection.SetRemoteDescription(System.String,System.String)"]