Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can 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 ( String p_sdp_mid_name, int p_sdp_mline_index, String p_sdp_name ) virtual

void

_close ( ) virtual

Object

_create_data_channel ( String p_label, Dictionary p_config ) 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 ( Dictionary p_config ) virtual

Error

_poll ( ) virtual

Error

_set_local_description ( String p_type, String p_sdp ) virtual

Error

_set_remote_description ( String p_type, String p_sdp ) virtual


Method Descriptions

Error _add_ice_candidate ( String p_sdp_mid_name, int p_sdp_mline_index, String p_sdp_name ) 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!


Object _create_data_channel ( String p_label, Dictionary p_config ) 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 ( Dictionary p_config ) 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 ( String p_type, String p_sdp ) virtual

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


Error _set_remote_description ( String p_type, String p_sdp ) virtual

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