Table of Contents

Class WebRtcPeerConnection.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class WebRtcPeerConnection.MethodName : RefCounted.MethodName
Inheritance
WebRtcPeerConnection.MethodName
Derived
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

AddIceCandidate

Cached name for the 'add_ice_candidate' method.

public static readonly StringName AddIceCandidate

Field Value

StringName

Close

Cached name for the 'close' method.

public static readonly StringName Close

Field Value

StringName

CreateDataChannel

Cached name for the 'create_data_channel' method.

public static readonly StringName CreateDataChannel

Field Value

StringName

CreateOffer

Cached name for the 'create_offer' method.

public static readonly StringName CreateOffer

Field Value

StringName

GetConnectionState

Cached name for the 'get_connection_state' method.

public static readonly StringName GetConnectionState

Field Value

StringName

GetGatheringState

Cached name for the 'get_gathering_state' method.

public static readonly StringName GetGatheringState

Field Value

StringName

GetSignalingState

Cached name for the 'get_signaling_state' method.

public static readonly StringName GetSignalingState

Field Value

StringName

Initialize

Cached name for the 'initialize' method.

public static readonly StringName Initialize

Field Value

StringName

Poll

Cached name for the 'poll' method.

public static readonly StringName Poll

Field Value

StringName

SetDefaultExtension

Cached name for the 'set_default_extension' method.

public static readonly StringName SetDefaultExtension

Field Value

StringName

SetLocalDescription

Cached name for the 'set_local_description' method.

public static readonly StringName SetLocalDescription

Field Value

StringName

SetRemoteDescription

Cached name for the 'set_remote_description' method.

public static readonly StringName SetRemoteDescription

Field Value

StringName