diff options
| author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-09-08 01:00:47 +0200 |
|---|---|---|
| committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2021-09-24 21:23:43 +0200 |
| commit | 6cb81543d4049e870ae43619fa1787362706a95c (patch) | |
| tree | db3a87b537fc46c84e76caa331a2a729ab06a385 /modules/webrtc/webrtc_peer_connection_js.h | |
| parent | 25226329bea7bada0b113068d3324fc0ce0fa8bd (diff) | |
| download | redot-engine-6cb81543d4049e870ae43619fa1787362706a95c.tar.gz | |
[Net] Expose WebRTC classes to extensions.
Diffstat (limited to 'modules/webrtc/webrtc_peer_connection_js.h')
| -rw-r--r-- | modules/webrtc/webrtc_peer_connection_js.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/webrtc/webrtc_peer_connection_js.h b/modules/webrtc/webrtc_peer_connection_js.h index 0272e67f6f..d2beccaf03 100644 --- a/modules/webrtc/webrtc_peer_connection_js.h +++ b/modules/webrtc/webrtc_peer_connection_js.h @@ -63,9 +63,6 @@ private: static void _on_error(void *p_obj); public: - static WebRTCPeerConnection *_create() { return memnew(WebRTCPeerConnectionJS); } - static void make_default() { WebRTCPeerConnection::_create = WebRTCPeerConnectionJS::_create; } - virtual ConnectionState get_connection_state() const; virtual Error initialize(Dictionary configuration = Dictionary()); |
