summaryrefslogtreecommitdiff
path: root/src/GodotSetSessionDescriptionObserver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GodotSetSessionDescriptionObserver.cpp')
-rw-r--r--src/GodotSetSessionDescriptionObserver.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/GodotSetSessionDescriptionObserver.cpp b/src/GodotSetSessionDescriptionObserver.cpp
new file mode 100644
index 0000000..52be2af
--- /dev/null
+++ b/src/GodotSetSessionDescriptionObserver.cpp
@@ -0,0 +1,11 @@
+#include "WebRTCLibPeer.hpp"
+
+using namespace godot_webrtc;
+
+WebRTCLibPeer::GodotSSDO::GodotSSDO(WebRTCLibPeer *parent) {
+ this->parent = parent;
+}
+
+void WebRTCLibPeer::GodotSSDO::OnSuccess(){};
+
+void WebRTCLibPeer::GodotSSDO::OnFailure(const std::string &error){};