Click or drag to resize

WebRTCPeerConnectionCreateOffer Method

Creates a new SDP offer to start a WebRTC connection with a remote peer. At least one WebRTCDataChannel must have been created before calling this method.

If this functions returns , session_description_created will be called when the session is ready to be sent.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error CreateOffer()

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.WebRTCPeerConnection.CreateOffer"]

See Also