- add_ice_candidate
godot_error function(void*, const char*, int, const char*) add_ice_candidate;
Undocumented in source.
- close
void function(void*) close;
Undocumented in source.
- create_answer
godot_error function(void*) create_answer;
Undocumented in source.
- create_data_channel
godot_object* function(void*, const char* p_channel_name, const godot_dictionary*) create_data_channel;
Undocumented in source.
- create_offer
godot_error function(void*) create_offer;
Undocumented in source.
- data
godot_object* data;
Undocumented in source.
- get_connection_state
godot_int function(const void*) get_connection_state;
Undocumented in source.
- initialize
godot_error function(void*, const godot_dictionary*) initialize;
Undocumented in source.
- next
void* next;
Undocumented in source.
- poll
godot_error function(void*) poll;
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.
- version_
godot_gdnative_api_version version_;
Undocumented in source.