Click or drag to resize

WebRTCPeerConnectionClose Method

Close the peer connection and all data channels associated with it. Note, you cannot reuse this object for a new connection unless you call Initialize(Dictionary).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Close()
See Also