Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

WebRTCPeerConnectionExtensionΒΆ

Inherits: WebRTCPeerConnection < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

MethodsΒΆ

Error

_add_ice_candidate(p_sdp_mid_name: String, p_sdp_mline_index: int, p_sdp_name: String) virtual

void

_close() virtual

WebRTCDataChannel

_create_data_channel(p_label: String, p_config: Dictionary) virtual

Error

_create_offer() virtual

ConnectionState

_get_connection_state() virtual const

GatheringState

_get_gathering_state() virtual const

SignalingState

_get_signaling_state() virtual const

Error

_initialize(p_config: Dictionary) virtual

Error

_poll() virtual

Error

_set_local_description(p_type: String, p_sdp: String) virtual

Error

_set_remote_description(p_type: String, p_sdp: String) virtual


Method DescriptionsΒΆ

Error _add_ice_candidate(p_sdp_mid_name: String, p_sdp_mline_index: int, p_sdp_name: String) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


void _close() virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


WebRTCDataChannel _create_data_channel(p_label: String, p_config: Dictionary) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


Error _create_offer() virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


ConnectionState _get_connection_state() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


GatheringState _get_gathering_state() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


SignalingState _get_signaling_state() virtual const πŸ”—

There is currently no description for this method. Please help us by contributing one!


Error _initialize(p_config: Dictionary) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


Error _poll() virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


Error _set_local_description(p_type: String, p_sdp: String) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!


Error _set_remote_description(p_type: String, p_sdp: String) virtual πŸ”—

There is currently no description for this method. Please help us by contributing one!