2021-09-08 01:50:22 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-07-05 22:07:03 +02:00
|
|
|
<class name="WebRTCPeerConnectionExtension" inherits="WebRTCPeerConnection" version="4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2021-09-08 01:50:22 +02:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="_add_ice_candidate" qualifiers="virtual">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="Error" />
|
2022-08-06 20:11:48 +02:00
|
|
|
<param index="0" name="p_sdp_mid_name" type="String" />
|
|
|
|
<param index="1" name="p_sdp_mline_index" type="int" />
|
|
|
|
<param index="2" name="p_sdp_name" type="String" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_close" qualifiers="virtual">
|
|
|
|
<return type="void" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_create_data_channel" qualifiers="virtual">
|
2023-06-14 20:26:00 +02:00
|
|
|
<return type="WebRTCDataChannel" />
|
2022-08-06 20:11:48 +02:00
|
|
|
<param index="0" name="p_label" type="String" />
|
|
|
|
<param index="1" name="p_config" type="Dictionary" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_create_offer" qualifiers="virtual">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="Error" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_get_connection_state" qualifiers="virtual const">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="WebRTCPeerConnection.ConnectionState" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-09-08 04:39:32 +02:00
|
|
|
<method name="_get_gathering_state" qualifiers="virtual const">
|
|
|
|
<return type="int" enum="WebRTCPeerConnection.GatheringState" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_get_signaling_state" qualifiers="virtual const">
|
|
|
|
<return type="int" enum="WebRTCPeerConnection.SignalingState" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-09-08 01:50:22 +02:00
|
|
|
<method name="_initialize" qualifiers="virtual">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="Error" />
|
2022-08-06 20:11:48 +02:00
|
|
|
<param index="0" name="p_config" type="Dictionary" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_poll" qualifiers="virtual">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="Error" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_set_local_description" qualifiers="virtual">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="Error" />
|
2022-08-06 20:11:48 +02:00
|
|
|
<param index="0" name="p_type" type="String" />
|
|
|
|
<param index="1" name="p_sdp" type="String" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="_set_remote_description" qualifiers="virtual">
|
2022-09-01 05:09:07 +02:00
|
|
|
<return type="int" enum="Error" />
|
2022-08-06 20:11:48 +02:00
|
|
|
<param index="0" name="p_type" type="String" />
|
|
|
|
<param index="1" name="p_sdp" type="String" />
|
2021-09-08 01:50:22 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
</class>
|