Table of Contents

Delegate WebRtcPeerConnection.SessionDescriptionCreatedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

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

public delegate void WebRtcPeerConnection.SessionDescriptionCreatedEventHandler(string type, string sdp)

Parameters

type string
Represents the method that handles the event of a class.
sdp string
Represents the method that handles the event of a class.

Constructors

SessionDescriptionCreatedEventHandler(object, IntPtr)

public SessionDescriptionCreatedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string type, string sdp, AsyncCallback callback, object @object)

Parameters

type string
sdp string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, string)

public virtual void Invoke(string type, string sdp)

Parameters

type string
sdp string