Add WebRTC GDNative interface

This commit is contained in:
Fabio Alessandrelli
2018-11-20 10:58:56 +01:00
parent 7c17e31a55
commit 320960cd32
7 changed files with 297 additions and 2 deletions

View File

@@ -6427,7 +6427,24 @@
"major": 3,
"minor": 1
},
"next": null,
"next": {
"type": "NET",
"version": {
"major": 3,
"minor": 2
},
"next": null,
"api": [
{
"name": "godot_net_bind_webrtc_peer",
"return_type": "void",
"arguments": [
["godot_object *", "p_obj"],
["const godot_net_webrtc_peer *", "p_interface"]
]
}
]
},
"api": [
{
"name": "godot_net_bind_stream_peer",