Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension
This commit is contained in:
parent
33957aee69
commit
1b9364ba96
4 changed files with 6 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue