Click or drag to resize

WebRTCPeerConnectionPoll Method

Call this method frequently (e.g. in _Process(Single) or _PhysicsProcess(Single)) to properly receive signals.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Poll()

Return Value

Type: Error

[Missing <returns> documentation for "M:Godot.WebRTCPeerConnection.Poll"]

See Also