summaryrefslogtreecommitdiff
path: root/src/WebRTCLibPeerConnection.hpp
diff options
context:
space:
mode:
authorFabio Alessandrelli <fabio.alessandrelli@gmail.com>2022-09-16 14:39:41 +0200
committerGitHub <noreply@github.com>2022-09-16 14:39:41 +0200
commitd7fc6cde3bb47ea1412ec6c187414979068e7d3a (patch)
tree191df97ffec9dbdf2836b230fabc074ddea9f82a /src/WebRTCLibPeerConnection.hpp
parent822e0532c23354c02fcdbdef90dc70236ece6255 (diff)
parent1009e8bb1c822fbda2ae6d8178508b352cc6a5ff (diff)
downloadfork-godot-webrtc-native-d7fc6cde3bb47ea1412ec6c187414979068e7d3a.tar.gz
fork-godot-webrtc-native-d7fc6cde3bb47ea1412ec6c187414979068e7d3a.tar.bz2
fork-godot-webrtc-native-d7fc6cde3bb47ea1412ec6c187414979068e7d3a.zip
Merge pull request #61 from Faless/bump/beta1
[Extension] Update to Godot 4.0 beta 1
Diffstat (limited to 'src/WebRTCLibPeerConnection.hpp')
-rw-r--r--src/WebRTCLibPeerConnection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WebRTCLibPeerConnection.hpp b/src/WebRTCLibPeerConnection.hpp
index 2f7c6e3..5709996 100644
--- a/src/WebRTCLibPeerConnection.hpp
+++ b/src/WebRTCLibPeerConnection.hpp
@@ -73,6 +73,8 @@ public:
void _init();
ConnectionState _get_connection_state() const override;
+ GatheringState _get_gathering_state() const override;
+ SignalingState _get_signaling_state() const override;
godot::Error _initialize(const godot::Dictionary &p_config) override;
godot::Object *_create_data_channel(const godot::String &p_channel, const godot::Dictionary &p_channel_config) override;