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
Methods
BeginInvoke(string, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string type, string sdp, AsyncCallback callback, object @object)
Parameters
type
stringsdp
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string, string)
public virtual void Invoke(string type, string sdp)