mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 21:53:02 +02:00
Fix build error
This commit is contained in:
parent
ed13cbd01b
commit
4dac611036
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue