Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension

This commit is contained in:
David Snopek 2023-06-14 13:26:00 -05:00
parent 33957aee69
commit 1b9364ba96
4 changed files with 6 additions and 18 deletions

View file

@ -21,7 +21,7 @@
</description>
</method>
<method name="_create_data_channel" qualifiers="virtual">
<return type="Object" />
<return type="WebRTCDataChannel" />
<param index="0" name="p_label" type="String" />
<param index="1" name="p_config" type="Dictionary" />
<description>