From 4dac6110369e334f678ad860460c72ee7be7a5d8 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 8 Jul 2021 15:30:51 +1200 Subject: [PATCH] Fix build error --- libraries/networking/src/webrtc/WebRTCDataChannels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/webrtc/WebRTCDataChannels.h b/libraries/networking/src/webrtc/WebRTCDataChannels.h index 24936bd885..17e7e525bb 100644 --- a/libraries/networking/src/webrtc/WebRTCDataChannels.h +++ b/libraries/networking/src/webrtc/WebRTCDataChannels.h @@ -165,7 +165,7 @@ public: /// @brief Monitors the peer connection state. /// @param state The new peer connection state. - void onPeerConnectionStateChanged(PeerConnectionInterface::PeerConnectionState state); + void onPeerConnectionStateChanged(webrtc::PeerConnectionInterface::PeerConnectionState state); /// @brief Handles the WebRTC data channel being opened. /// @param dataChannel The WebRTC data channel.