Fix build error

This commit is contained in:
David Rowe 2021-07-08 15:30:51 +12:00
parent ed13cbd01b
commit 4dac611036

View file

@ -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.