Table of Contents

Delegate WebRtcPeerConnection.IceCandidateCreatedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the IceCandidateCreated event of a WebRtcPeerConnection class.

public delegate void WebRtcPeerConnection.IceCandidateCreatedEventHandler(string media, long index, string name)

Parameters

media string
Represents the method that handles the event of a class.
index long
Represents the method that handles the event of a class.
name string
Represents the method that handles the event of a class.

Constructors

IceCandidateCreatedEventHandler(object, IntPtr)

public IceCandidateCreatedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, long, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string media, long index, string name, AsyncCallback callback, object @object)

Parameters

media string
index long
name string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, long, string)

public virtual void Invoke(string media, long index, string name)

Parameters

media string
index long
name string