- addIceCandidate
GodotMethod!(GodotError, String, long, String) addIceCandidate;
Undocumented in source.
- close
GodotMethod!(void) close;
Undocumented in source.
- createDataChannel
GodotMethod!(WebRTCDataChannel, String, Dictionary) createDataChannel;
Undocumented in source.
- createOffer
GodotMethod!(GodotError) createOffer;
Undocumented in source.
- getConnectionState
GodotMethod!(WebRTCPeerConnection.ConnectionState) getConnectionState;
Undocumented in source.
- initialize
GodotMethod!(GodotError, Dictionary) initialize;
Undocumented in source.
- poll
GodotMethod!(GodotError) poll;
Undocumented in source.
- setLocalDescription
GodotMethod!(GodotError, String, String) setLocalDescription;
Undocumented in source.
- setRemoteDescription
GodotMethod!(GodotError, String, String) setRemoteDescription;
Undocumented in source.