You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Register missing WebRTCDataChannelJS type
(cherry picked from commit a413656e07)
This commit is contained in:
committed by
Rémi Verschelde
parent
63f35d24c6
commit
022cbeb192
@@ -52,6 +52,8 @@ extern int godot_js_rtc_pc_datachannel_create(int p_id, const char *p_label, con
|
||||
}
|
||||
|
||||
class WebRTCPeerConnectionJS : public WebRTCPeerConnection {
|
||||
GDCLASS(WebRTCPeerConnectionJS, WebRTCPeerConnection);
|
||||
|
||||
private:
|
||||
int _js_id;
|
||||
ConnectionState _conn_state;
|
||||
|
||||
Reference in New Issue
Block a user