Table of Contents

Enum WebRtcPeerConnection.GatheringState

Namespace
Godot
Assembly
GodotSharp.dll
public enum WebRtcPeerConnection.GatheringState : long

Fields

Complete = 2

The ICE agent has finished gathering candidates. If something happens that requires collecting new candidates, such as a new interface being added or the addition of a new ICE server, the state will revert to gathering to gather those candidates.

Gathering = 1

The ICE agent is in the process of gathering candidates for the connection.

New = 0

The peer connection was just created and hasn't done any networking yet.