- add_ice_candidate
godot_error function(void*, const char*, int, const char*) add_ice_candidate;
Undocumented in source.
- create_offer
godot_error function(void*) create_offer;
Undocumented in source.
- data
godot_object data;
Undocumented in source.
- get_available_packet_count
godot_int function(const void*) get_available_packet_count;
Undocumented in source.
- get_connection_state
godot_int function(const void*) get_connection_state;
Undocumented in source.
- get_max_packet_size
godot_int function(const void*) get_max_packet_size;
Undocumented in source.
- get_packet
godot_error function(void*, const ubyte**, int*) get_packet;
Undocumented in source.
- get_write_mode
godot_int function(const void*) get_write_mode;
Undocumented in source.
- next
void* next;
Undocumented in source.
- poll
godot_error function(void*) poll;
Undocumented in source.
- put_packet
godot_error function(void*, const ubyte*, int) put_packet;
Undocumented in source.
- set_local_description
godot_error function(void*, const char*, const char*) set_local_description;
Undocumented in source.
- set_remote_description
godot_error function(void*, const char*, const char*) set_remote_description;
Undocumented in source.
- set_write_mode
void function(void*, godot_int) set_write_mode;
Undocumented in source.
- ver
godot_gdnative_api_version ver;
Undocumented in source.
- was_string_packet
bool function(const void*) was_string_packet;
Undocumented in source.